longbill / jquery-date-range-picker

A jQuery plugin that allows user to select a date range
MIT License
1.12k stars 579 forks source link

deprecated moment.js constructor? #260

Open designosis opened 8 years ago

designosis commented 8 years ago

I'm testing out jquery-date-range-picker for the first time today, and installed the latest moment.js (2.13.0) as per the requirement. Everything works magnificently, but my console is flooded with deprecated moment constructor warnings:

Deprecation warning: moment construction falls back to js Date.
This is discouraged and will be removed in upcoming major release.
Please refer to https://github.com/moment/moment/issues/1407 for more info.

Any quick fix for this? Thank you!

ankurk91 commented 8 years ago

I think #254 fixed this issue.