I have to highlight a user defined range of dates in a calendar. I decided to use multidatespicker
User select 2 dates, and all days between that days may to be highlighted. I’m not good with JavaScript/jQuery, can anyone help me please. I have lost a lot of time with this, and still haven’t got any idea.
I read about timeframe; but I’m using prime faces, and it is incompatible with prototy.js used in timeframe.
The plugin you chose to use doesn’t have any methods that support that usage out of the box, you’d have to code this functionality yourself.
Take a look over here it seems like this person was looking for something similar to what you need:
jQuery UI Datepicker – Date range – Highlight days in between