I need to get the julian day of an arbitrary date in javascript (it should work for about +-50 years from now) for calculating the position of the sun. What is the easisest way in javascript to get that number, or is there already a method? Thank you
SOLVED: sdespont posted a good link