Fabiz / MeeusJs

MeeusJs is an implementation of some algorithms of the Book 'Astronomical Algorithms of Jean Meeus' in Javascript.
MIT License
84 stars 16 forks source link

Solistice / Equinox #4

Open WirthmU opened 6 years ago

WirthmU commented 6 years ago

How would I get the different solistice and equinox dates?

WirthmU commented 6 years ago

I did find out how:

$('#solwinter').text(solwinter.toString());

Now my question is how would I translate Julian Days to Gregorian Calendar?