Returns the number of days in the year in the given date.
Namespace
datetime
Input
date(date
)
Output
days in year(int
)
Example
If basedate
contains the date 2012–08–18
, then the two following functions are equivalent, and return the integer
value 366
.
...