Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

date format WordPress

  • SOLVED

Hi I need to fix the date format to display it in different language not according with WP settings.
Can someone help me pls?
Thanks.
Antonio

Answers (4)

2013-06-06

Arnav Joy answers:

i would like to help you , please send me pm


Arnav Joy comments:

you can also use php's strftime function and modify date as your language.
see here for more

http://de3.php.net/manual/en/function.strftime.php


natspace comments:

Thanks Arnav! Excellent!


Arnav Joy comments:

please vote now and close the question

2013-06-06

Giri answers:

Just check this page

[[LINK href="http://codex.wordpress.org/Formatting_Date_and_Time"]]http://codex.wordpress.org/Formatting_Date_and_Time[[/LINK]]

2013-06-06

Yakir Sitbon answers:

Do you want use with Hard Code?

2013-06-07

isp_charlie answers:

<?php the_time('m.d.Y'); ?>
format parameter here: <strong>http://codex.wordpress.org/Formatting_Date_and_Time</strong>
also add languages file to wp-content/languages/