Neha Kadam
Neha Kadam
I have merges PR but there was one error in `buttonClicked` functionality. So use latest version in which I fixed a bug.
I am able to navigate using TAB Forward. There may a cross browser issue. I have tested on Chrome, Safari, Firefox and Opera on Mac. In which browser SHIFT+TAB is...
Thank you. Added functionality to increment on mousehold. Functionality for touchhold already added, now extended it to support touch events. Following parameters should be set to achieve this - ```...
Similar issue #52 was fixed previously. We checked it on iOS Safari, but it is not happening. Have you checked [DateTimePicker Page](http://curioussolutions.github.io/DateTimePicker/) on Safari? Please let me know if it...
You can not exclude a specific time frame. You can set `minTime` and `maxTime`.
Currently, there is no provision to achieve this. We will add this feature. When you use `formatDateTimeString` callback function, you should also write `parseDateTimeString` callback function to parse the date...
- You can achieve this using Locale-specific date separators If you want `dateSeparator` to be locale-specific, you can set `dateSeparator`, `dateFormat` and `dateTimeFormat` in locale files. For example, you want...
- You can achieve this using Locale-specific date separators If you want `dateSeparator` to be locale-specific, you can set `dateSeparator`, `dateFormat` and `dateTimeFormat` in locale files. For example, you want...
Add following CSS code to override DateTimePicker.css. This code will work for `dateTimeFormat: "dd-MM-yyyy HH:mm"`. But to do this you have to first know which `dateTimeFormat` you are using so...
Please follow examples - [Set Current Date as Minimum Date](https://github.com/nehakadam/DateTimePicker/blob/master/demo/PeriodRange-MinToday.htm) and [Set Current Time as Minimum Time](https://github.com/nehakadam/DateTimePicker/blob/master/demo/PeriodRange-MinNow.htm). If you can not do so specify which date format you are using...