I want to modify the date display of the post entries from current format:
April 26, 2013
to this:
04/26/2013
Where in the code can I make this change?
Thank you in advance!
I want to modify the date display of the post entries from current format:
April 26, 2013
to this:
04/26/2013
Where in the code can I make this change?
Thank you in advance!
You must be logged in to post a comment.
or
Note,
the_date()
will not print the same value twice. If a second post would get the same output you get nothing.If your theme doesnât set a fixed value, like Twenty Twelve â¦
⦠then the format is taken from your settings in Settings/General Settings:
You can change the format here, no need to change the theme.
You can change the post date format in
Settings > General
Under
Date Format
the third option down formm/dd/yyyy
you can also do custom formatting by using the
Custom
option and PHPdate
time
notation:http://codex.wordpress.org/Formatting_Date_and_Time