[jboss-cvs] jboss-seam/examples/dvdstore/web ...

Gavin King gavin.king at jboss.com
Mon Nov 20 14:45:27 EST 2006


  User: gavin   
  Date: 06/11/20 14:45:27

  Modified:    examples/dvdstore/web  showorders.xhtml
  Log:
  fix the timezones
  
  Revision  Changes    Path
  1.19      +2 -2      jboss-seam/examples/dvdstore/web/showorders.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: showorders.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/dvdstore/web/showorders.xhtml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -b -r1.18 -r1.19
  --- showorders.xhtml	14 Nov 2006 05:03:01 -0000	1.18
  +++ showorders.xhtml	20 Nov 2006 19:45:27 -0000	1.19
  @@ -40,7 +40,7 @@
                   <h:column>
                       <f:facet name="header">Date</f:facet>
                       <h:outputText value="#{item.orderDate}">
  -                        <f:convertDateTime type="both" dateStyle="full"/> 
  +                        <s:convertDateTime type="both" dateStyle="full"/> 
                       </h:outputText>
                   </h:column>                        
                   <h:column>
  @@ -73,7 +73,7 @@
                           
                           <h:outputText value="Order date:" />
                           <h:outputText value="#{myorder.orderDate}">
  -                            <f:convertDateTime type="both" dateStyle="full"/> 
  +                            <s:convertDateTime type="both" dateStyle="full"/> 
                           </h:outputText>
                           
                           <h:outputText value="Net Amount:" />
  
  
  



More information about the jboss-cvs-commits mailing list