Closed MaGiCmAsTeR0511 closed 5 years ago
This is related to the third party date range picker plugin.
Ideally, I believe, you should not be facing this issue - as can be seen in the demos (the same plugin code works).
However, if you feel there is some issue that needs to be resolved - please report it to the above plugin author - so that it can be fixed upstream there and referred here.
Prerequisites
master
branch of yii2-date-range.Environment
Browsers
Operating System
Libraries
Isolating the problem
when i use the Daterangepicker following error is shown
jquery.js:3869 Uncaught TypeError: moment.localeData.firstDayOfWeek is not a function
it is in the 86 line of your daterangejs
when i delete this line everything is working fine, this is also my workaround till today but with every composer update this error is shown again
can you please fix that