can you use jquery datepickers renderCalendar with the multimonth plugin
Posted
by oo
on Stack Overflow
See other posts from Stack Overflow
or by oo
Published on 2009-10-05T12:26:04Z
Indexed on
2010/03/29
21:03 UTC
Read the original article
Hit count: 177
using jquery date picker you can render specific cells the way you want. (in my case i have a list of dates that i want to highlight as they are important days)
i see that datepicker itself supports this here:
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/renderCalendarCallback.html
but i dont see the multimonth implementation having an option for renderingcustomDates
http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerMultiMonth3.html
was this missed out in the implementation to expose this functionality?
© Stack Overflow or respective owner