I have a template variable:
{{article.pub_date}}
that outputs this:
May 25, 2011, 7:52 p.m.
How can I get just the date without the time:
May 25, 2011
without the:
, 7:52 p.m.
I only have access to the template tags/variables not the python code.
https://docs.djangoproject.com/en/dev/ref/templates/builtins/#date