Re: [PHP] numeric to day name in various languaes

2004-03-18 Thread Marek Kilimajer
Diana Castillo wrote: Is there anything built into php that would do something like this , but in all of the possible languages? What do you want to do? Do you want to assign $restriction_day a list of weekday in ALL 6000+ languages? :-) Why don't you keep $restriction_day numeric and display th

[PHP] numeric to day name in various languaes

2004-03-18 Thread Diana Castillo
Is there anything built into php that would do something like this , but in all of the possible languages? switch ($restriction_week_days) { case "1": $restriction_day = "Monday,Lunes,Lundi"; break; case "2": $restriction_day = "Tuesday,Martes,Mardi"; break; case "3": $restr