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

Create DateTime instead of adding methods to Date.prototype #33

Closed eeroan closed 12 years ago

tkareine commented 12 years ago

I suggest removing any 3rd party library that pollutes the global object. This includes date-functions.js, date-locales.js, and possibly even date-range.js.

Have you considered using Moment.js?