How do I convert from excel serial date to a .NET date time?
For example 39938 is 05/05/2009.
|
|
|
Where 39938 is the number of days since 1/1/1900? In that case, use this function (C#):
VB:
[Update]: Okay: problem fixed now. See the comments for details. Especially see the recommendation to use |
|||||||||||||||||
|
|
I find it simpler using FromOADate method, for example:
Using this code dt is "05/05/2009". |
|||||||||||
|
Cut and Paste of someone elses talents... |
||||
|
|