Re: '%d-%m-%Y' format for DateTimefield in django

2009-08-31 Thread zayatzz
Check out this thread, where Karen Throughly explained date formats and widgets to me: http://groups.google.com/group/django-users/browse_thread/thread/7488aa81bfa94cac/ Alan. On Aug 28, 4:10 pm, Karen Tracey wrote: > On Aug 28, 3:19 am, Jigar wrote: > > > Hi All, > > > I am trying to add the

Re: '%d-%m-%Y' format for DateTimefield in django

2009-08-28 Thread Karen Tracey
On Aug 28, 3:19 am, Jigar wrote: > Hi All, > > I am trying to add the '%d-%m-%Y' format in DateTimefield. As django > does not support this format so when I add different date formats, it > gives "invalid date/time" error in django console.This error occurs > because the form is not valid(form.is

'%d-%m-%Y' format for DateTimefield in django

2009-08-28 Thread Jigar
Hi All, I am trying to add the '%d-%m-%Y' format in DateTimefield. As django does not support this format so when I add different date formats, it gives "invalid date/time" error in django console.This error occurs because the form is not valid(form.is_valid()) as above mentioned date format is n