I have a time sheet form with single line fields using the Time Picker style for Start Time and End Time, and having trouble getting the Hours (for hours worked) number field calculation to work whenever 12:00 AM or 01:00 AM are entered in Start Time or End Time.
I tried to troubleshoot by entering the following calculation for the "Hours" number field.
=TIMEVALUE(INDEX(OT_Table.End_Time,ROW()))
The screenshot below shows what Hours gets calculated to, given what gets entered into the End Time field. I don't know why 12:00 AM and 01:00 AM result in 00:00 and 01:00, when all other times result in a decimal number. Is this a bug?