Description
dayInyear(date): Int
Returns the number of the day in the year of a given date.
e.g. dayInYear("2015-01-01") == 1, dayInYear("2015-12-31") == 365
dayInyear(date): Int
Returns the number of the day in the year of a given date.
e.g. dayInYear("2015-01-01") == 1, dayInYear("2015-12-31") == 365