最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Javascript library to create calendar HTML - Stack Overflow

programmeradmin3浏览0评论

I'd like to find a Javascript library that will generate calenders (month views) dynamically. Something like

createCalendar(1, 2011)

to create a calendar for Jan 2011.

I also need to highlight certain days, so I would need to be able to either specify that in the createCalendar method or be able to select certain days using CSS selectors.

I do not need a datepicker. This is for display purposes only.

I'd like to find a Javascript library that will generate calenders (month views) dynamically. Something like

createCalendar(1, 2011)

to create a calendar for Jan 2011.

I also need to highlight certain days, so I would need to be able to either specify that in the createCalendar method or be able to select certain days using CSS selectors.

I do not need a datepicker. This is for display purposes only.

Share Improve this question asked Aug 23, 2011 at 17:51 three-cupsthree-cups 4,3853 gold badges33 silver badges43 bronze badges
Add a ment  | 

3 Answers 3

Reset to default 2

This seems like a smart option:

http://kylestetz.github.io/CLNDR/

Did you see this one?

Jquery plugin calendar

You can also take a look at this one:

http://arshaw./fullcalendar/

发布评论

评论列表(0)

  1. 暂无评论