Re: Changing the Date Format

2009-08-31 Thread vishak
I'm using it in model.model,DateField() date that forms from this i need to change. On Aug 31, 6:56 pm, PANCHICORE wrote: > Hi v. I guess you want to give a format in the template, date tag, > formats a date according to the given format as you can see here > (http://docs.djangoproject.com/en/de

Re: Changing the Date Format

2009-08-31 Thread PANCHICORE
Hi v. I guess you want to give a format in the template, date tag, formats a date according to the given format as you can see here (http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date). ex: {{ date_value|date:"d-M-Y" }} return: '31-Aug-2009'. On Aug 31, 3:45 pm, vishak wrote: