Hi,
I am trying to validate the TIME on a date/time function.
I manage to validate the date but the time is always set to 00:00 by default.
If someone does pick the date but not the time > the validation goes through.
However, it is important that the user also picks the relevant time.
Yes, the process is to set the time but some users do not follow the instructions.
How would I be able to validate if the time is set to 00:00 then display error "please select the time..."
Current validation is set to: BookingDateTime < Current Date && Is New Mode