0

in my project I'm using google closure. Is there in google closure any calendar component that allows selecting range of dates?

Thank you

ondra
  • 73
  • 7

1 Answers1

0

No, but there is a DatePicker UI component. To have a range selection, you would need to subclass that component to implement your own functionality. Alternately you could use two of them and have the first datepicker select the first date in the range, and the second datepicker pick the second date, but you will still need to coordinate events between the two.

ne8il
  • 2,427
  • 1
  • 20
  • 18