Error String to Date&Time

I’m having trouble with this node in cases where I have dd-MMM-yy format, for cases that I want to identify birthday.

For instance 22-Jan-84, Knime it is identifing it as 2084-01-22 and not the correct way that it should be 1984-01-22. Is there a simply way to correct this?

What’s the configuration of your node?

This are examples of the error:
image

Hi @Ardilla , may I suggest my Parse Date&Time component which should be able to handle this for you, as it allows you to specify the “cut-off” year at which 2 digit years will be considered to be 19xx or 20xx

I don’t know of a way of configuring the 2 digit year cutoff in the standard node.

Edit: You may be interested in the following post:

This follow up post gives an explanation of KNIME’s behaviour:

3 Likes

Thanks for the reply!!

1 Like