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>
Thu Sep 14 12:56:43 CEST 2006