Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by mongkol on Dec 08, 2009 23:05
open dhtmlx forum
Dhx Cal without select date

Now, I use dhtmlxCalendar for show Calendar of each month in this year.
And i want to show 1 month per 1 calendar.
I use "setDate" but i don't want to select date.
1. I want to show calendar of month in year without select on date.
2. i want to manual style of each date
Answer posted by Alex (support) on Dec 09, 2009 05:27

>> I want to show calendar of month in year without select on date.

You can try to use the following method:

calendar.setDate(some_date);

calendar.selDate[0] = new Date(1000,0,0) //any date in the past/future

calendar.draw();

>> i want to manual style of each date

It isn't possible in current version of the calendar.