continuouscalendar / jquery-continuous-calendar

Date picker and range selector with scrollable months instead of paged (the only right way to do it)
http://continuouscalendar.github.io/jquery-continuous-calendar/
85 stars 35 forks source link

Support js date objects as first and last date #87

Closed omahlama closed 9 years ago

omahlama commented 9 years ago

My project that uses javascript dates was working with version 4.2.0 and broke with the newest version. This fix brings back the compatibility that was there previously.

omahlama commented 9 years ago

Fixed to support both js Date and custom DateTime objects as well as strings, as we discussed offline.