tamble / jquery-ui-daterangepicker

A JQuery UI based date range picker.
MIT License
184 stars 108 forks source link

Deprecation warning: moment().subtract(period, number) is deprecated. #18

Open LimeBlast opened 9 years ago

LimeBlast commented 9 years ago

I'm not sure what's changed, as I'm still using the same versions of both daterangepicker and moment.js, but now any time I try using the daterangepicker, I get the following error:

"Deprecation warning: moment().subtract(period, number) is deprecated. Please use moment().subtract(number, period)."

I have since tried updating both daterangepicker and moment.js to the latest versions, but the issue remains.

LimeBlast commented 9 years ago

Turns out the fault lies with me. This is still a valid deprecation warning, but I was mistaking it for the cause of my problem, which it wasn't.

I'm going to leave this issue open however, for the deprecation warning.

Thanks.