Hello,
I have a column DMY with the following value:
01022024
I am using date time tool to convert the format:
Using custom input format: ddmmyyyy
Output column name is date.
The output I am getting is 2024-01-01
Shouldn't it be 2024-02-01? What is going wrong?