How to extract only minutes from a DateTime field

Please if you could help me, I tried to use this expression TEXT([Date],“MM”) to get minutes but I only get the month number, how could I do it, I would be very grateful.

Please try

MINUTE(TIME([Date])-“00:00:00”)

2 Likes

Thank you very much Suvrutt_Gurjar, it worked, I appreciate it.

1 Like