use locale datetime format
This commit is contained in:
parent
94c5dab4e0
commit
b3614a5da8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
<li>
|
||||
{{ post.date_published|date:"M d, Y" }}
|
||||
{{ post.date_published|date:"DATE_FORMAT" }}
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="post-detail tags">
|
||||
|
|
Loading…
Reference in a new issue