String to Date&Time Node

Hi Knimers.

I’m having problems with the String to Date&Time node I got a String Column like this:

20000414
20050929
20000512
0
0
0
20010619

And I need it parsed to date format to make a comparision with the actual date, Do I have to modify the String column with records like this / or - in order to get this:

2000-04-14
2005-09-29
2000-05-12
0
0
0
2001-06-19

To make that transaction?

Thanks for your help, honestly I apreciate it!

Hi Drojas,

you can do this with the date format yyyyMMdd.

Cheers, Iris

1 Like

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