Commit 4ea7aee1 by Antti Tonkyra

Datetime fix

1 parent 4c198e8b
......@@ -54,7 +54,9 @@
<f:facet name="header">
<h:outputText value="Aika" />
</f:facet>
<h:outputText value="#{response.time}" />
<h:outputText value="#{response.time}">
<f:convertDateTime type="both" pattern="dd.MM.yyyy HH:mm" />
</h:outputText>
</h:column>
<h:column>
<f:facet name="header">
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!