Open sauravshekhars opened 6 years ago
I found that this works perfectly when I don't use minDate and maxDate attributes, but since they are critical to the business use case I can't do away with this. I need to show only a specific year range on the Calendar.
bootstrap-material-datetimepickerwont wont load navigation buttons and will have dates as inactive for locales which use seperate set of characters like hindi or arabic, but will work perfectly fine for languages like spanish, french.
My JS code is :
$("dt_cal_233031ID").bootstrapMaterialDatePicker({ format: "MM/DD/YYYY", minDate: "01/01/1900", maxDate: "12/31/2049", weekStart: 0, time: false, lang: hi, okText: "पूर्ण", cancelText: "रद्द करें" });