Hi, I just got an answer to my seam question about displaying current date. Now I'm searching around to find the place to change the format for this feature. Is that possible?
Thanks.
Hi, I just got an answer to my seam question about displaying current date. Now I'm searching around to find the place to change the format for this feature. Is that possible?
Thanks.
Or use the Seam alternative:
<h:outputText value="#{currentDate}>
<s:convertDateTime type="date" dateStyle="medium" />
</h:outputText>