Time format improvement
-
Due to my internalization, I’ve detected that the time format is a fixed parameter in some pages, French people prefer Day Month Year than Month Day Year 🙂
And we should take advantage of the wordpress preferences.
Here my fix in my child themethe_time('F j, Y')
could be change to
the_time( get_option( 'date_format' ) )If that could help some members …
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Time format improvement’ is closed to new replies.
