Hi!
In a db i have, already filled up with data, i have a varchar field
which contains dates formatted like "yyyymmdd". Is there a way to make
Django recognise that field as a proper DateField even if the
formatting is different than the usual "yyyy-mm-dd" ?
Because i can't alter the data in that db and i have to order the
entries by date...
...maybe by defining a function that automatically decodes the string
into a datetime python object like strptime?

Any help is appreciated, thanks a lot!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to