Jul 25, 2022 01:14 AM
What is the formula to get the Time in hours and mins from a Date/time field??
My date/time field is called “Start”.
Solved! Go to Solution.
Jul 25, 2022 02:49 AM
Jul 25, 2022 02:12 AM
This formula only copies the current date/time field, but I want to remove the date part:
DATETIME_PARSE(Start, ‘HH:mm’)
getting close but not quite there.
Jul 25, 2022 02:49 AM
I got the answer! = DATETIME_FORMAT(Start, ‘h:mm’)