Skip to content

Instantly share code, notes, and snippets.

@natbat
Created January 20, 2013 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save natbat/4578889 to your computer and use it in GitHub Desktop.
Save natbat/4578889 to your computer and use it in GitHub Desktop.
Better django date formatting eg "1:21pm, January 2nd, 2013"
{{object.date|date:"fA"|lower}}, {{object.date|date:"F jS, Y"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment