Sample Julian Dates:
2009218
2009225
2009243
How do I convert them into a regular date?
I tried converting them using online converter and I got-
12-13-7359 for 2009225!! Makes no sense!
How do I convert them into a regular date? I tried converting them using online converter and I got- 12-13-7359 for 2009225!! Makes no sense! |
|||||||||||
|
|
Use the Joda-Time library and do something like this:
Using the Java API:
---- EDIT ---- Thanks for Alex for providing the best answer:
|
|||||||||||
|
|
Another format is CYYDDDD I wrote this function in Java
|
||||
|
|