Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
The field type should be formula numeric. If that does not work please post the complete formula.
QuickBaseCoachD
7 years agoQrew Captain
I did a test and the formula works if you fix my error here
var timeofday DayStartTime = ToTimeOfDay("4:00 am");
var timeofday DayEndTime = ToTimeOfDay("11:59 pm");
I had those backwards.
Let know how it tests.
var timeofday DayStartTime = ToTimeOfDay("4:00 am");
var timeofday DayEndTime = ToTimeOfDay("11:59 pm");
I had those backwards.
Let know how it tests.