Date Config

Begonnen von Tommyguns, 24 November 2004, 05:40:59

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

Tommyguns

How do I change the Date so it reads M/D/Y?  Sorry I do not speak German..

Andi

HI Tommyguns :)

you can change this in the language files by editing the following constants:
####### locale time-format variables #######
define("_CALSHORTDATEFORMAT","%y/%m/%d");
define("_CALLONGDATEFORMAT","%A, %B %d, %Y");
define("_CALMONTHDATEFORMAT","%B %Y");
define("_CALINTERNATIONALDATES",0);    //0 = mm/dd/yyyy, 1 = dd/mm/yyyy
define("_CALTIME24HOUR",0);  // 1 = 24 hour time... 0 = AM/PM time
define("_CALLOCALE","en_EN");
define("_CALTIMEFORMAT","%I:%M %p"); # ? AM/PM time
define("_CALWEEKBEGINN",0); # the First Day in the Week: 0 = Sunday, 1 = Monday


More information about the date formating, you can find here:
http://de3.php.net/manual/en/function.strftime.php
schön´s Grüssle, Andi

Tommyguns

Thank you so much Tora - looked everywhere but the language files.

In the Admin Menu is say Terminkalender under the Icon and I know last nite it said Event Calendar...  Any Ideas on where to change that..  BTW very nice  Calendar it will be just right for us!