Closed a-mawlawi closed 6 years ago
You need to set these values through the calendarsPicker.setDefaults call, before applying the date picker to an element. E.g.:
$.calendarsPicker.setDefaults({validateDate: 'Wrong date'});
var islamic = $.calendars.instance('islamic');
$('#date').calendarsPicker({calendar: islamic, ... });
Thanks, this is working
I'm trying to override regional options for jquery.calendars.validation.js but this is not possible.