SyntaxFix
Write A Post
Hire A Developer
Questions
Within your template, you can use Django's date filter. E.g.:
date
<p>Birthday: {{ birthday|date:"M d, Y" }}</p>
Gives:
Birthday: Jan 29, 1983
More formatting examples in the date filter docs.