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.
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:Any quick fix for this? Thank you!