Hi i am getting the date value from the database with the following
{{request.user.date_joined}}
in the following format ` Jan. 14, 2011, 6:40 a.m and i need to change the format like this 2012-08-24 00:26:44 please tell me how can i achieve this.
|
|
|
You can use the date filter
https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#date |
|||||||||
|
|
You can use
https://docs.djangoproject.com/en/dev/ref/templates/builtins/?from=olddocs#date |
|||
|
|