2025/02/04 9:13 to 553
I want to store in a formula field.
Like this: ((9x60)+ 13) = 553
3 respuestas
Hi! You can replace CreatedDate in the below formula with the date time field that you are referencing,
HOUR( TIMEVALUE( CreatedDate ) ) * 60 + MINUTE( TIMEVALUE( CreatedDate ) )