Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi I recently added this package to a 7.12.4 instance and the datepicker was not working:
There was a js error in the console:
Cannot read property '_weekdaysMin' of undefined at new DateRangePicker
To solve this you need to edit the js file at App_Plugins/Analytics/lib/daterangepicker/daterangepicker.js
Change lines 45 and 46 to
daysOfWeek: moment.weekdaysMin(), monthNames: moment.monthsShort(),
And then increment the version number of the clientdependecy in config/ClientDependency.config
might want to touch web.config just to be sure.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Datepicker not working [solved]
Hi I recently added this package to a 7.12.4 instance and the datepicker was not working:
There was a js error in the console:
To solve this you need to edit the js file at App_Plugins/Analytics/lib/daterangepicker/daterangepicker.js
Change lines 45 and 46 to
And then increment the version number of the clientdependecy in config/ClientDependency.config
might want to touch web.config just to be sure.
is working on a reply...