Here is how the date is in the dataset: 48:04.3.
Using this DateTime.FromOADate(Cdbl(convertDate)).ToString(“MM/dd/yyyy HH:mm:ss”)
but am losing the preceding 0 in the time for example 12am being 00 and I am losing the seconds.
Anyone have a different take on this one? It is being read from an .xlsm file. Tried preserve format however there is so much data the timing is not acceptable.
Thoughts?