Hello All
Why does the Datetime out change the month data from the input to output?
@Grantham
Can you provide a snapshot showing that how the DateTime Tool is configured?
Hi, @Grantham
I guess you used a custom format code: %Y-%M-%d or %Y/%M/%d
And the correct code should be: %Y-%m-%d or %Y/%m/%d
So you have to pay attention to the difference between upper and lower case.
Based from your input you have to specify the format of the incoming text.
yyyy/MM/dd should fix this (case sensitive)