$today = getdate();
$month = $today['month'];
echo $month;
Does anybody know how I can get mysql and php to give me the month in a different language? Basically can I get it to print the month in Danish directly from the database, without me telling my program that January is spelt Januar in Danish?
Thanks
Ruckus