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 badges3 Answers
Reset to default 2This 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/