Hello,
We need to create a DateTime Picker with max and min limit on Date and also Time.
Currently, the range works as of 22/09/2019 5:30 AM to 21/09/2020 5:30 PM, where complete 24 hrs is been selectable.
We need the time range to be restricted per day. For instance, in the above example, it should be 5:30 AM to 5:30 PM per day from 22/09/2019 till 22/09/2020.
Thanks in advance.
Hello,
This is already live in 3.6.0:
https://www.telerik.com/kendo-react-ui/components/dateinputs/api/DateInputProps/#toc-maxtime
https://www.telerik.com/kendo-react-ui/components/dateinputs/api/DateInputProps/#toc-mintime
Regards,
Stefan
Progress Telerik
Hello, Kuldeep,
Yes, I agree that it can be a useful feature as well.
I have transferred it to a public feature request, and now the community can vote for it:
https://feedback.telerik.com/kendo-react-ui/1431146-time-limit-on-datetime-picker
Regards,
Stefan
Progress Telerik
Hello Stefan,
Thank you for your reply.
Yes, please if you could transfer. This features could be useful in the applications there slot booking type modules are available.
Hello, Kuldeep.
Currently, this can be done only with custom validation on the onChange event, that will check the time and if it is not valid, will not set it in the DateTimePicker.
Still, this will show the hours available for picking.
This is why I can suggest making a feature request for this, so we can create an official property that will handle this.
If you like, I can transfer this ticket to a public one, where the users can vote for this feature.
Regards,
Stefan
Progress Telerik