Hi Knimers,
I have a question, I have this column:
But I need it as military time: (eg. 13:01:01)
I’m using String to Date & Time node, but doesn’t work
.
Any thoughts?
Thanks in advance
Hi Knimers,
I have a question, I have this column:
But I need it as military time: (eg. 13:01:01)
I’m using String to Date & Time node, but doesn’t work
.
Any thoughts?
Thanks in advance
Hi @IvaR
Have you seen this?
You’ll need to use the pattern: hh:mm:ss a
Also, ensure to uppercase the strings, because it must be AM/PM for the parser to work.
See here for an example:
Thanks for your answer but these workflows do exactly the opposite of what I need, I need the time with AM / PM to change to Military, and those workflows do it in reverse
Check the pattern, it must be as follows: hh:mm:ss a
(mind the a
)
Hope this helps!
– Philipp
It also includes your case.
See the workflow I created:
AM PM convertor.knwf (7.8 KB)
Thank you so much :
You got the reason!!! Thank you very much for your help and your kind answer
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.