Does anyone possibly recognize the following value “40195.315752” as a date? I need to convert/format this value-based date to a System.DateTime object, but don’t understand it’s format.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s a
serial date-time, which means it’s the number of days since a particular date. Note that you need to know the date which it is an offset to. In Excel, that would be Jan 1st, 1900, which makes your date17/01/2010 07:34:41, but other programs will vary.Another common start date is 1st January 1970 (Unix Epoch).