Shape 5

Joomla Templates => Sportopolis - Club => : zocas June 23, 2009, 06:31:38 AM



: Change the Date
: zocas June 23, 2009, 06:31:38 AM
Where can I change the english date to the german format?

 Tuesday, June 23, 2009  --->  Dienstag 23.06.2009

Thanks!


: Re: Change the Date
: mikek June 23, 2009, 07:18:12 AM
The date is called from the template's index.php file:

<?php $today = date("l, F j, Y"); PRINT "$today";?>

I am sorry I am not sure how to change it to another language though. This may help:

http://us.php.net/manual/en/function.date.php