Convert 12h time string to 24h

Hi all,

I got a list of user interaction tracking data with the time format “10/19/2017 05:03:09 PM”
Is there a clean way to convert this to 24h time format without slicing, dicing and sifting the string?
Or is there a way to work with 12h time within the time contribution?

Thanks

Check:

+

List of available format strings:

Probably also available in VL already, haven’t checked.

1 Like

or check this: Time | vvvv

already tried Time, thx @readme for the link!

“h” The hour, using a 12-hour clock from 1 to 12.
“H” The hour, using a 24-hour clock from 0 to 23.

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