I did a pretty thorough search and found a couple of closed (and unanswered) topics on the WP forums. Does anyone know if this is possible? The codex doesn’t specify this as an option.
Thanks!
I did a pretty thorough search and found a couple of closed (and unanswered) topics on the WP forums. Does anyone know if this is possible? The codex doesn’t specify this as an option.
Thanks!
You must be logged in to post a comment.
You use a lowercase y for a 2 digit year.
For example (l, F j, Y) –> returns, Friday, September 24, 2004
and (l, F j, y) —> returns Friday, September 24, 04
Here is the full (I think) list of valid date/time parameters to pass to the_date() and/or the_time().