Style-able and semantic XHTML

I have tried to make Calendar as semantic as possible–with proper usage of CAPTION, THEAD, TBODY, TH and TD elements–and lots of CSS styling hooks. View the Calendar stylesheet for examples of the CSS; see the Styling Your Calendar section in the Manual for references to the XHTML. 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 });

Default styling
Alternate styling: dashboard
Alternate styling: i-heart-ny (experimental)
下载代码说明
X关闭

3个不同风格的Calendar日历日期选择js插件

3个不同风格的日历日期选择插件calendar,本日历日期选择代码比较简洁,界面上英文的,完全可以改成中文,文字可在js/calendar.rc4.js文件修改,css样式在css/calendar.css修改。