Skip to content

Instantly share code, notes, and snippets.

@lukmdo
Created June 25, 2012 16:00
Show Gist options
  • Save lukmdo/2989438 to your computer and use it in GitHub Desktop.
Save lukmdo/2989438 to your computer and use it in GitHub Desktop.
django template 0.96 fime formatter (bet curent does it straight away)
{% ifequal today eachData.modification_timestamp.date %}
{{ eachData.modification_timestamp|date:"P" }}
{% else %}
{{ eachData.modification_timestamp|date:"jS F P" }}
{% endifequal %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment