Hi,
I have this start_time field type=TIME options from: 8:00 AM to: 6:00 PM format 12 hour
I’m trying to come up with a formula that give me the end_time not lesser than the start time and not nor greater than the start_time range.
below is what initial put in, but it gives me a date format instead of 12 hour and I guess is because it surpasses the start_time range?
startTime + hours(random(0.5,8))