Reputation: 271924
{{ p.date }}
is displayed as:
Date: 2010-10-29 21:56:39.226000
How do I make changes to how that's displayed?
Upvotes: 0
Views: 1603
Reputation: 472
Using date filter, for eg : {{ study.created_date|date:"d/m/Y"}}
Upvotes: 5