duplo1
Posts: 67
|
| Posted: 08/13/2006, 6:06 AM |
|
Hola,
I am using CCS 3 and are playing around with the Calendar Builder.
Does anybody know how to set the beginning of the Week to MONDAY instead of Sunday (default) ????
Thank you for your help.
Christoph
|
 |
 |
wkempees
Posts: 1679
|
| Posted: 08/13/2006, 11:34 AM |
|
BeforeShow of the Calendar Object
$Component->FirstWeekDay = 1;
(PhP) will set Monday as default.
It is also set through Internationalization.
Mine has MONDAY as default, language NL
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|