5 May
2004
5 May
'04
7:25 p.m.
aleckz@rapidreporting.com wrote at 2004-5-4 17:18 -0500:
Where do i go in zope to change the time format? I enter in a MM-DD-YYYY format into the date field after making a request, and it instantly changes it back to DD-MM-YYYY, how can i prevent this?
I fear, the "MM-DD-YYYY" format is not supported. "DateTime" currently supports the US format and a so called "international format" (which is in fact some form of European format: DD<sep>MM<sep>YYYY where "<sep>" can come from a set of separators). -- Dieter