pragmaMx Support Forum

Archive => veraltete bzw. unsupportete Systeme und Module => Alt Archive => PHPNuke 5.2-6.0 & VKP 5.5 => Thema gestartet von: Klint in 14 Januar 2004, 12:29:10

Titel: Change AM/PM in KalenderMx v1.3
Beitrag von: Klint in 14 Januar 2004, 12:29:10
Is there anyway that I can change the config from Am/PM to a 24 hour configuration??

Regarding KalenderMx v1.3

[Editiert am 14/1/2004 von Klint]
Titel: Re: Change AM/PM in KalenderMx v1.3
Beitrag von: Andi in 14 Januar 2004, 18:51:04
Hi Klint :)

you can change this in the language files, with the following defines:

define("_CALTIME24HOUR",1);  
// 1 = 24 hour time ... 0 = AM/PM time

define("_CALLOCALE","de_DE");      
# local setting, date/time format for Linux/Unix
Titel: Re: Change AM/PM in KalenderMx v1.3
Beitrag von: Klint in 14 Januar 2004, 21:26:18
Thanx but it doesnt seem to change anything.....I still hav ethe AM/PM times in the Kalendar. Anythin else I can do?