Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 602de106 authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files

Change date format display

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@34342 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent c6b052ba
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,9 @@ ...@@ -48,7 +48,9 @@
<h:outputLabel for="date" <h:outputLabel for="date"
value="#{messages['net.ihe.gazelle.proxy.DateReceived']} :" value="#{messages['net.ihe.gazelle.proxy.DateReceived']} :"
style="font-weight:bold;" /> style="font-weight:bold;" />
<h:outputText id="date" value="#{messageBean.message.dateReceived }" /> <h:outputText id="date" value="#{messageBean.message.dateReceived }">
<f:convertDateTime type="date" pattern="dd/MM/yyyy HH:mm:ss:SSS"/>
</h:outputText>
</h:panelGrid> </h:panelGrid>
<h:panelGrid width="20%"> <h:panelGrid width="20%">
<br /> <br />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment