Django Date Input Parsing?
Posted
by Dane Larsen
on Stack Overflow
See other posts from Stack Overflow
or by Dane Larsen
Published on 2010-05-03T07:01:28Z
Indexed on
2010/05/03
7:08 UTC
Read the original article
Hit count: 269
django
I'm trying to get a date for an event from a user. The input is just a simple html text input. My main problem is that I don't know how to parse the date.
If I try to pass the raw string, I get a TypeError, as expected.
Does Django have any date-parsing modules?
© Stack Overflow or respective owner