mysql2date() doesn’t work!! Right??
-
I try to change the language of the date displayed in an plugin. My search on this issue suggested the use of the WP function mysql2date(). But no matter how hard I try, it always returns the 30. november as the current date. Here is the code:
$date = mysql2date('j. F', get_option('simple_date')); echo $date;
Any ideas?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘mysql2date() doesn’t work!! Right??’ is closed to new replies.