I have a list of Data in Excel Column where the values are not recognized as dates, I want to read each value from the whole column and Convert it to Date format , than write it in another column with correct Date Syntax : “dd.MM.yyyy HH:mm:ss”.
Knowing that I have used the following Variable and didn’t help : DateTime.ParseExact(Time1,“dd.MM.yyyy HH:mm:ss”,System.Globalization.CultureInfo.InvariantCulture).
Thanks in Advance
I tried to build the same based on what has been shared by the 3 feedbacks, almost finished but still not able to fecth the exact value from created database.
Note : Please find in attachement related files. ThxDates.xaml (9.0 KB) Example.xlsx (10.5 KB)