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
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
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]]
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/