CodeThatCalendar Month+Year Comboboxes
Month+year comboboxes
var caldef2 =
{
firstday : 0,
dtype : 'MM/dd/yyyy',
width : 250,
windoww : 300,
windowh : 170,
border_width : 0,
border_color : '#0000d3',
dn_css : 'clsDayName',
cd_css : 'clsCurrentDay',
wd_css : 'clsWorkDay',
we_css : 'clsWeekEnd',
wdom_css : 'clsWorkDayOtherMonth',
weom_css : 'clsWeekEndOtherMonth',
headerstyle :
{
type : "comboboxes",
css : 'clsWorkDayOtherMonth',
yearrange : [1987, 2005]
},
monthnames : ["January", "February", "March", "April",
"May", "June", "July", "August", "September",
"October", "November", "December"],
daynames : ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]
};