How to show 24 hours clock

I use the extension to calculate the time interval. If I type “a” in pattern to show am or pm, it will have a problem in translation. If I not show am or pm, it will think that 7:00am and 7:00pm is the same time. So I want to show a 24 hours clock, how can I do?

1 Like

May be something like this :point_down:

Time

5 Likes

Thank for your answer!I will have a try

1 Like

You can use something like this

format%20time

results in something like 16:23:12

or something like:

HH in capital letters is the time in 24 hs format

you can use the NOW instant or create one from a date, that you can use it at your convenience

5 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.