• Hi. I’m running a Japanese blog and would like to know how to change the way WordPress shows dates.

    I know in the options, you can rearrange the year, and month. But how do I change the language of the date?

    Japanese uses YYYY.MM.DD or YYYY年MM月DD日

    Please help me out. Thanks.

Viewing 1 replies (of 1 total)
  • Hi,

    you can go to admin -> setting -> general, and change the “Date format” into Japanese format.

    Or, you can put this on your template:

    ‘<?php the_time(‘Fj日Y年’); ?>’

    Hope it helps.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make my date format Japanese?’ is closed to new replies.