[elvystrac] r1802 - dateTime component fixed

  • From: elvys@xxxxxxxxxxxxxxxxxxxxxx
  • To: elvystrac@xxxxxxxxxxxxx
  • Date: Sun, 21 Feb 2010 07:20:48 +0100

Author: DavidK
Date: 2010-02-21 07:20:47 +0100 (Sun, 21 Feb 2010)
New Revision: 1802

Modified:
   
trunk/server/webServer2/WebContent/secured/components/dateTimeLabelComponent.xhtml
Log:
dateTime component fixed

Modified: 
trunk/server/webServer2/WebContent/secured/components/dateTimeLabelComponent.xhtml
===================================================================
--- 
trunk/server/webServer2/WebContent/secured/components/dateTimeLabelComponent.xhtml
  2010-02-20 23:53:55 UTC (rev 1801)
+++ 
trunk/server/webServer2/WebContent/secured/components/dateTimeLabelComponent.xhtml
  2010-02-21 06:20:47 UTC (rev 1802)
@@ -30,7 +30,7 @@
        rendered="#{not empty id 
                and not empty value}">
        <h:outputText value="#{value}" >
-               <f:convertDateTime pattern="dd.MM.yyyy" 
timeZone="#{user.defaultTimezone}" type="date" timeStyle="short"/>
+               <f:convertDateTime pattern="dd.MM.yyyy HH:mm" 
timeZone="#{user.defaultTimezone}" type="date" timeStyle="short"/>
        </h:outputText>
 </h:panelGroup>
 


Other related posts:

  • » [elvystrac] r1802 - dateTime component fixed - elvys