What is the formula to get the Time in hours and mins from a Date/time field??
My date/time field is called “Start”.
What is the formula to get the Time in hours and mins from a Date/time field??
My date/time field is called “Start”.
Best answer by davidcarldesign
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.
I got the answer! = DATETIME_FORMAT(Start, ‘h:mm’)
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.