Hello, 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? Any help would be greatly appreciated, Alex
see DateTime API -> strftime() -aj --On Dienstag, 4. Mai 2004 17:18 Uhr -0500 aleckz@rapidreporting.com wrote:
Hello,
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?
Any help would be greatly appreciated, Alex
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
participants (3)
-
aleckz@rapidreporting.com -
Andreas Jung -
Dieter Maurer