Neha Kadam
Neha Kadam
No. It is not possible. Plugin code should be changed to achieve that.
Hello, You can make Date Selection within range by setting `minDateTime` and `maxDateTime`. See example, [PeriodRange-Parameters](https://github.com/CuriousSolutions/DateTimePicker/blob/master/demo/PeriodRange-Parameters.htm) and [PeriodRange-MinToday](https://github.com/CuriousSolutions/DateTimePicker/blob/master/demo/PeriodRange-MinToday.htm). If you are looking to prevent change of day on Hour/Minutes/Seconds +/-...
Hi @DarkRake, I have added "yyyy-MM" date format. Please use latest version.
DateTimePicker has `readonlyInputs` property which can be set to true to disable inputs. You can use following code - ``` readonlyInputs: true ```
I have encountered the same error on Chrome Version 73.0.3683.75 (64-bit). I will check and fix it. Thank you for reporting.
In which example you are encountering this issue? Please mention file name.
Fix by @shareefhiasat is working for me. Please check by using latest library javascript files.
You can access above links as - [https://nehakadam.github.io/DateTimePicker/](https://nehakadam.github.io/DateTimePicker/) [https://github.com/nehakadam/DateTimePicker](https://github.com/nehakadam/DateTimePicker) I will change them in plugin files soon.
There is no issue in DateTimePicker. This was due to a condition written in Demo. In order to avoid it, I have added a separate [Demo](http://curioussolutions.github.io/DateTimePicker/demo.htm) page. You can find...