Quitada conversión de formato innecesaria.
This commit is contained in:
@@ -40,9 +40,7 @@
|
|||||||
</p:column>
|
</p:column>
|
||||||
|
|
||||||
<p:column headerText="Nombre" width="150">
|
<p:column headerText="Nombre" width="150">
|
||||||
<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" width="auto">
|
<p:column headerText="Apellidos" width="auto">
|
||||||
|
|||||||
Reference in New Issue
Block a user