In the following code, ‘disposal_from’ is a text box:
mCalDF = new dhtmlxCalendarObject("disposal_from");
mCalDF.setSkin("dhx_skyblue");
mCalDF.setDateFormat("%m/%d/%Y");
mCalDF.draw();
When the calendar opens, it looks like this:
I’ve also tried other skins, to no effect. Any idea’s?