0

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.

hjpotter92
  • 78,589
  • 36
  • 144
  • 183
Wijixx
  • 35
  • 4

1 Answers1

0

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

Community
  • 1
  • 1
pierdevara
  • 406
  • 2
  • 9