Hello everyone,
I have an issue with strange behavior.
I have and excel table with dates, stored in Date Format “MM/dd/yyyy”
After converting them to String Format, I get some on them in this type ‘44244’
I tried with this assign - DateTime.FromOADate(ConvertToDouble( in_TransactionItem(“Scheduled Days”).ToString)).ToString(“MM/dd/yyyy”)
however, it gives me the next day after the date.
The date is stored in excel in Date format. When I convert it to string, it gives me the random number… when I convert it with parse exact–> gives me the next day