Convert String Value to Date

Hi,

I have a column in excel with values like 43290,43165.
Need to convert them into Date.

grafik
DateTime.FromOADate(43165)

2 Likes

@balarajesh.p

Check below for your reference

convert Number to Date String

Hope this will help you

Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.