CodeThatCalendar Date and Time Example
Month scroller + time
var caldef3 =
{
firstday : 0,
dtype : 'MM/dd/yyyy HH:mm:ss',
width : 250,
windoww : 300,
windowh : 200,
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 : "buttons",
imgnextm : 'img/forward.jpg',
imgprevm : 'img/back.jpg',
css : 'clsDayName'
},
showtime : true,
monthnames : ["January", "February", "March", "April",
"May", "June", "July", "August", "September",
"October", "November", "December"],
daynames : ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]
};