On Wed, May 25, 2011 at 10:46:30AM -0700, jrs_66 wrote: > How can I do something like strptime(request.POST["start-date"], > mycurrent_DATETIME_FORMAT)... There's got to be an undocumented way of > referencing the constant currently being used?
I guess you need `django.utils.formats.date_format` function. -- Kirill Spitsin -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

