What it does:
Atle's date to yearday convertor let's you type a date, and find out which yearday it is. You may also specify a year, to do a leapyear check to find out if 29th February should be counted with. If no year is defined, year 1 is used (non-leapyear).
You can also do a reverse calculation, type a yearday (and a year) to find the date it corresponds to.
Syntax:
dd.mm[.yyyy]
For date->yearday.
yearday[.year]
For yearday->date.
reverse
To enable reverse mode (yearday->date).
!reverse
To disable reverse mode (date->yearday).
Examples:
01.03.2004
Gives 61, since 2004 is a leapyear.
reverse
Enables yearday->date mode.
61
Gives 02 / 03 - 1, since no year is defined and a non-leapyear (1) is used.
Atle Solbakken