Closed brettdewoody closed 7 years ago
Closes #357.
Updates all instances of {entry_date format="%F %d, %Y"} to use {entry_date format="%F %j, %Y"}, which will remove the leading 0 from the day.
{entry_date format="%F %d, %Y"}
{entry_date format="%F %j, %Y"}
0
Ex: February 02, 2016 will become February 2, 2016.
@michellekondou @zeldman - this is ready for review.
@brettdewoody I merged your pull request Brett, thank you so much for contributing!
Closes #357.
Updates all instances of
{entry_date format="%F %d, %Y"}
to use{entry_date format="%F %j, %Y"}
, which will remove the leading0
from the day.Ex: February 02, 2016 will become February 2, 2016.