Quitado conversor de formato innecesarios
This commit is contained in:
@@ -41,9 +41,7 @@
|
|||||||
</p:column>
|
</p:column>
|
||||||
|
|
||||||
<p:column headerText="Nombre" style="width:150px;">
|
<p:column headerText="Nombre" style="width:150px;">
|
||||||
<h:outputText value="#{d.name}">
|
<h:outputText value="#{d.name}" />
|
||||||
<f:convertDateTime type="time" pattern="HH:mm" />
|
|
||||||
</h:outputText>
|
|
||||||
</p:column>
|
</p:column>
|
||||||
|
|
||||||
<p:column headerText="Apellidos" style="width:auto;">
|
<p:column headerText="Apellidos" style="width:auto;">
|
||||||
|
|||||||
Reference in New Issue
Block a user