Skip to content

Instantly share code, notes, and snippets.

@achvaicer
Created May 24, 2012 18:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save achvaicer/2783220 to your computer and use it in GitHub Desktop.
Save achvaicer/2783220 to your computer and use it in GitHub Desktop.
Excel de bosta!
// Excel de bosta! http://stackoverflow.com/questions/727466/how-do-i-convert-an-excel-serial-date-number-to-a-net-datetime#727495
if (dtnasc > 59)
DtNascimento = new DateTime(1899, 12, 31).AddDays(dtnasc);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment