Extract Hour, Minute and seconds from Date Time

Can someone help me. I'm was trying to extract the Hour, Minute and Seconds using this formula.

TIME( [DATETIME] ) = HH : MM : SS

Is there a way to remove the colon (  :  ) . 

When opening the link, for example ( HH:MM:SS . pdf ) will not work.

Thank you!

Solved Solved
0 3 605
2 ACCEPTED SOLUTIONS

No concatenate is needed. Just use TEXT([DATETIME],"HHMMSS")

View solution in original post

3 REPLIES 3

Thank you! I will use this expression (TEXT("2:23 PM", "H")) and will try to concatenate it.

No concatenate is needed. Just use TEXT([DATETIME],"HHMMSS")

Top Labels in this Space