Re: Date format question

2008-11-05 Thread Tim Chase
> I’ve a question about the date format in Django. > When I create a message for the users I enter the date in the > database. But when I retrieve the date it come out like this: -mm- > dd. I would like to make it like: > dd mm and the month should be printed with the name of the month,

Re: Date format question

2008-11-05 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-11-05, o godz. 15:28, przez Bobo: > I’ve a question about the date format in Django. > When I create a message for the users I enter the date in the > database. But when I retrieve the date it come out like this: -mm- > dd. I would like to make it like: > dd mm

Date format question

2008-11-05 Thread Bobo
Hi everyone, I’ve a question about the date format in Django. When I create a message for the users I enter the date in the database. But when I retrieve the date it come out like this: -mm- dd. I would like to make it like: dd mm and the month should be printed with the name of the