Frågan#1
Hej hur ska jag skriva detta:
setlocale('LC_TIME', 'sv_SE.ISO_8859-1');
Får detta felmedelande:
Warning: setlocale(): Passing locale category name as string is deprecated. Use the LC_* -constants instead.
Ska jag byta ut 'LC_TIME' mot 'LC_*'
