Gossamer Forum
Home : General : Perl Programming :

Converting Julian date to actual date

Quote Reply
Converting Julian date to actual date
I can figure out how to get the Julian date. How can I convert a Julian date to a date format, eg. julian date = 303; new date = 10-30-02



Thanks for your help
Quote Reply
Re: [Rocky99] Converting Julian date to actual date In reply to
Hello Rocky99,

See : http://www.abiglime.com/...les/cgi/calendar.txt

there is a function called "sub fromjulian" on this page that may be what you are looking for.


Also see http://aa.usno.navy.mil/...docs/JulianDate.html

for an html / javascript version of date to from Julian date.

thanks

cornball

Last edited by:

cornball: Nov 5, 2002, 11:15 AM