Date conversion

  • Thread starter Thread starter Kiran
  • Start date Start date
K

Kiran

Hi,

Please help me on converting julian date into dd MMM yyyy format in c#.

Ex of julian date:

1093128564
1093128537
1093128419

Thanks in advance.

Regards,
Kiran
 
Kiran

Your Julian dates seem really big, as an example todays date at midday is
2453262. The DateTime type will freak out if it hits the examples you've
provided. If you do need to convert these large dates, the JavaScript on
the page below could be easily converted to C#.

http://aa.usno.navy.mil/data/docs/JulianDate.html

Glenn
 

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

Back
Top