[jboss-user] [JBoss Seam] - newbie question format a date

buddy1974 do-not-reply at jboss.com
Thu Sep 14 07:06:13 EDT 2006


Hi all,

I have just started with seam, and now I have a Problem converting dates to the correct form. I have tried:

	
  | <td>
  | 								<h:inputText value="#{specification.creation}">
  | 									<f:convertDateTime pattern="dd.MM.yy hh:mm" />
  | 								</h:inputText>
  | 								<input name="" type="text" value="#{specification.creation}" readonly="true" jsfc="h:inputText"/>
  | 							</td>
  | 

but they both render the date as

Thu Sep 14 12:56:43 CEST 2006

Can anyone please help?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971526#3971526

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971526



More information about the jboss-user mailing list