操作方法
这个js日历代码的优势是:代码简介明了,方便用户使用修改。 js日历代码使用myCal1 = new Calendar({ date1: 'd/m/Y' }, { direction: 1, tweak: { x: 6, y: 0 }});myCal2 = new Calendar({ date2: 'd/m/Y' }, { classes: ['dashboard'], direction: 1 });myCal3 = new Calendar({ date3: 'd/m/Y' }, { classes: ['i-heart-ny'], direction: 1 });
演示地址: http://www.ijavascript.cn/tools/codedemo/js-calendar-473/index.htm js日历控件下载: http://www.ijavascript.cn/admincp/attachment.php?aid=40