I need convert Julian Data gets from my API to Gregorian date like this:
Input 2023150
Output 2023-May-30
How can this be done?
I need convert Julian Data gets from my API to Gregorian date like this:
Input 2023150
Output 2023-May-30
How can this be done?
Copyright © 2021 Jogjafile Inc.
For actual Julian Day conversion, you can use:
It seems that what you have is just
year * 1000 + day-in-year. Converting that to a day should be easier: