Git-Host / cpedialog

Automatically exported from code.google.com/p/cpedialog
0 stars 0 forks source link

a bug on the blog datetime formatting #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
blog_main.html, blog_main_month.html, blog_view.html

has this bug that show the blog date in wrong format.

the result would show the month in long and short form.

It should be changed to 

<H2 class=date-header> {{blog.date|date:"l, j F , Y"}} </H2>

Original issue reported on code.google.com by ahw...@gmail.com on 14 Jan 2009 at 3:07

GoogleCodeExporter commented 9 years ago

Original comment by cpe...@gmail.com on 9 Feb 2009 at 3:37

GoogleCodeExporter commented 9 years ago
Fixed for the next release.
I changed the format to  "date:"l, F d, Y""

Thanks for the identification

Original comment by cpe...@gmail.com on 9 Feb 2009 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by cpe...@gmail.com on 9 Feb 2009 at 3:48