Just like the title suggests, I can’t seem to find a way to use server side validation to ensure an ‘end time’ is greater than or in the future compared to a ‘start time’
Naturally i can use front end dynamic mins and maxs, to limit the input, but that isn’t the same as validation.
None of the options i’ve tried in Server Connect seem to work.
Hi.
Thinking something like:
Set value (datatype date) -> starttime
Condition: “$_POST.endtime (type date) > starttime”
-> Then set your step
-> Else nothing