Hi,
I want to change the default date format from MM/dd/yyyy to yyyy/MM/dd and
don't want to import the AppFuse code into my project if I can avoid it. Can
I avoid it?
I created a class with a java.util.Date field and ran the code generator,
and the list page came up ok:
<display:column sortProperty="birthday" sortable="true"
titleKey="person.birthday">
<fmt:formatDate value="${personList.birthday}"
pattern="${datePattern}"/>
</display:column>
But the form page doesn't include any reference to date formatting, and I'm
getting strings like this:
1/26/07 12:00:00 AM.000
I'm pretty sure I can fix this by importing the source and changing the
default format in DateUtil.java. Is there another way, ie some way to have
s:textfield use a format?
Thanks,
ickphum
--
View this message in context:
http://www.nabble.com/Change-default-date-format-tp14370079s2369p14370079.html
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]