Hi,
Can anyone help me out to convert the below string into Date format.
06.11.2023.
Thanks!
Regards,
Neha
Solved! Go to Solution.
Add formula tool
create new column with this formula : DateTimeParse([Field1],'%d.%m.%y')
Fileld1 is your string date column header
Thanks!
It's working for me.