Top bar date in my language

Posted in: Newspaper
Post count: 4

hi,
How can i modify the codes so the top bar date will be in correct language (chinese, korean, eng)
ie.
l, F jS, Y to Y年n月j日l (chinese)

because it is currently displayed incorrectly with both mixed language as 二月, 13, 2018 etc..

can you please teach me how i can modify the code so it can display dates properly in specific language?

thanks!

Post count: 4

ah i was able to feed a correct date language by using
<?php echo date_i18n( get_option( 'date_format' ), strtotime( '11/15-1976' ) ); ?>

how do i also add the day of the week to it?
thanks!

Post count: 20688

Hi,

The day of the week is already displayed in the top bar, that is how it is defined here
https://www.screencast.com/t/W8saD4KEMlJ
So it should be displayed regardless of language chosen in WordPress
https://www.screencast.com/t/C3FHUltXO5I
I found this tutorial you might find useful
http://evanstang.com/how-to-get-chinese-date-format-in-wordpress/

Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.