I wonder if I use DateTimePicker(), can I use min() to restrict only the "time" but not the date at all?
Thank you!
3 Answers, 1 is accepted
0
Atanas Korchev
Telerik team
answered on 12 Apr 2011, 06:18 AM
Hi Nim,
No, you can't. The min () setting restricts both the date and the time.
Regards,
Atanas Korchev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
In our case, we need the day-time field for after-6:00am and before-8:00pm. I am hoping there is a way we won't need the users to go through all the unnecessary time-option in the list (starting from 12:00am).
If min() won't work for only-time, is there other options that may address my concern? If not, is there any future plan to add an option to solve my problem?