Julian date to DateTime

  • Thread starter Thread starter Victor
  • Start date Start date
V

Victor

Hi,

How can I conver Julian date to a 'standard' DateTime?
So 2449810 will be converted to 1995/4/2.

Thanks.
 
I was just wandering, that .net might have some 'standard' way to do
that
conversion, since we have a Globalization namespace and JulanCalendar
class.

Any suggestions?

Sorry, no. I guess you'll have to use the code you found (though it would be
nice if it had some comments explaining what it's doing!)
 
Thanks.

Chris Jobson said:
Sorry, no. I guess you'll have to use the code you found (though it would be
nice if it had some comments explaining what it's doing!)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

How to convert normal date to Julian date upto milliseconds precision 2
Moon phases and julian dates 0
Julian dates question 4
Julian Day Number 12
JulianDate 4
C# SQLCommand 3
datetime 2
Convert Date to Julian Date 2

Back
Top