Open MoAsmar opened 8 years ago
The decades is a bootstrap-datetimepicker issue. Considering that this script is only an interface, I chose to leave the decades option as it is for for the sake of keeping the dependencies intact. Otherwise, it would be more reasonable to fork bootstrap-datetimepicker or create something similar instead of implementing an interface.
Hi, could some one plz help me out.I need only the date not date&time.and the format,autoclose are also not working with locale.Your quick response would be highly appreciated.Thanks in Advance.
// Umm ALqura Calendar $('#div').datetimepicker({ format: 'DD/MM/YYYY', locale: {calender: 'ummalqura', lang: 'ar'} }).on('dp.show dp.update', function () { $(".datepicker-years .picker-switch").removeAttr('title') .css('cursor', 'default') .css('background', 'inherit') .on('click', function (e) { e.stopPropagation(); }); });
this will disable the decades view.
Hi,
Thank you for this awesome calendar. I just have one issue: I am using ummalqura calendar and I want to hide or disable decades option, when I click on the month > then year > then decades, it loads the decades with gregorian years (2017-2024 , ...) I want to display hijri decades or just hide or diable decades option.
Please help,
Thank you