Hello,
working on my page I tried out the CalendarModul fron 'ionrock'. Everthing
works and also looks fine but i can't find a way to get the month in German-
only English language. Does anybody have some idea? Anybody else working with 'ionrock's' CalendarModul?
Thanx
Peter
Calendar Modul_Language
Calendar Modul_Language
Peter Stark
I know there will be released a new version of it.
See more here: http://www.phpwcms.de/forum/viewtopic.php?p=31454#31454
maybe you can wait until it done....?
See more here: http://www.phpwcms.de/forum/viewtopic.php?p=31454#31454
maybe you can wait until it done....?
http://www.studmed.dk Portal for doctors and medical students in Denmark
Hi petsta,
I simply have changed the english month names to numbers 1-12:
Search in calendar.classes.php for:
and
and change the F to m.
There must be a way to change local settings with setlocale, but I don't know PHP
missberli
I simply have changed the english month names to numbers 1-12:
Search in calendar.classes.php for:
Code: Select all
$monthname = date("F Y", mktime(0,0,0, $month, 1, $year));
Code: Select all
$monthname = date("F Y", strtotime("$month/15/$year"));
There must be a way to change local settings with setlocale, but I don't know PHP
missberli
Now Im looking even more forward to itionrock wrote:We are working on making the changes. You will be able to customize things a bit more and have multiple language packs.
http://www.studmed.dk Portal for doctors and medical students in Denmark