Skip to content

Instantly share code, notes, and snippets.

@natbat
Created April 10, 2012 13:45
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/2351487 to your computer and use it in GitHub Desktop.
Save natbat/2351487 to your computer and use it in GitHub Desktop.
9am to 9:30am in django templating
{{ session.start_time|date:"g" }}{% with session.start_time|date:"i" as mm %}{% if mm != "00" %}{{ session.start_time|date:":i" }}{% endif %}{% endwith %}{{ session.start_time|date:"A"|lower }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment