Created
June 25, 2012 16:00
-
-
Save lukmdo/2989438 to your computer and use it in GitHub Desktop.
django template 0.96 fime formatter (bet curent does it straight away)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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