Format raw birthday.
Is there any way to format a birthday in European format?
European Format (e.g., 25-04-98): d-m-y
Now it is in American format:
[birthday] => 03-04-1976
[birthday_search] => 1976-03-04
I want to use it as {vb:raw birthday} in European format.
Could it be possible? Thanks in advance.
--------------- Added [DATE]1347110644[/DATE] at [TIME]1347110644[/TIME] ---------------
I can't do a PHP conversi?n because I want to format $post['birthday'].
|