Returns day number in the year of a given date.
dayinyr
date()
// Date x = { 1973, 8, 31, 0 }; // Find the day number of date y = dayinyr(x); print y;
produces:
y = 243.00000
time.src
_isleap