Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Amit on Apr 30, 2008 23:31
open dhtmlx forum
Is there any option to show the week number in calender and day start with monday

Is there any option to show the week number in calender and day start with monday

and i can show the week days in multilingual languge ?
Answer posted by Support on May 02, 2008 05:30
>>and day start with monday
Can be done as
    calendar.options.weekstart=1;
    http://dhtmlx.com/docs/products/dhtmlxCalendar/samples/initialization/calendar_week_start.html?un=1209732477000

>>and i can show the week days in multilingual languge ?
Please reffer to the
    http://dhtmlx.com/docs/products/dhtmlxCalendar/samples/initialization/calendar_lang.html?un=1209732403000

You can define language object for any necessary language and switch it by
    calendar.loadUserLanguage(...