Closed
validating the entered time to particular range
Hello Team,
I have one requirement like i have taken time as input in form of text field and i have to validate it with particular window.
For example 7:00 as time in form of text input and AM/PM as radio buttons, now i have to validate it whether it exists in between 7:00AM-7:00PM.
Thanks in Advance !!!
***Edited by Moderator: Lochan to update platform capability tags***
Hi
Instead of using text input for time, it is suggested to use OOTB time control.
There are OOTB Edit validate rules like pzIsTimeOfDay etc, you can check this rules and can create your own edit validate rule for validation with slight customization to achieve the requirement.