Categories | Question details Back To List | ||
Creating calendar with no date selected Is it possible to create a dhtmlxcalendar with no date selected (highlighted)? Answer posted by Alex (support) on May 04, 2009 03:25 Unforunately, there are no public methods to do that. You can try to use the following approach: mCal = new dhtmlxCalendarObject(...); |