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’)
Aug 31, 2023 06:11 AM
I'm having trouble getting this formula to work. Can you help me out? I'm simply trying to pull the time only out of a Date & Time field. I've played around with various date format and am consistently getting an error message. See screenshots.
Thanks! I'm new to Airtable, so please forgive me in advance if this I'm doing something dumb.
Sep 12, 2023 03:06 PM
Hi @jmoore , you simply replace the apostrophes (‘) in ‘h:mm‘ with the correct quotation marks ( ' )