Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

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.

Solved Solved
0 2 143
1 ACCEPTED SOLUTION

Please try 

MINUTE(TIME([Date])-"00:00:00")

 

View solution in original post

2 REPLIES 2

Please try 

MINUTE(TIME([Date])-"00:00:00")

 

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

Top Labels in this Space