You might want to look at the date converter in the sandbox . http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/convertDateTime/DateTimeConverter.java?revision=373283&view=markup
I think the element name is s:convertDateTime . Dennis Byrne >-----Original Message----- >From: Susumu Majima [mailto:[EMAIL PROTECTED] >Sent: Tuesday, June 20, 2006 02:58 AM >To: 'MyFace Mailing List' >Subject: f:converterDateTime doesn't convert properly > >I use JBOSS/Seam that includes Myface1.1.1. > >When I try to show time it isn't shown properly. > >the code snipped is below > ><h:outputText value ="#{schedule0.sch_start"> > <f:convertDateTime pattern "HH:mm"/> ></h:outputText> > >If actual data is 9:00 then shown date is 0:00. > >I'm in Japan so the shown time is GMT time? > >Is there any good way to correct this problem or work around? > >Regards, > >Susumu Majima > > > >

