Months and their percentage of the year (leap years)
{{month.name}}
Tot
{{month.days}}
{{months.$sum('days')}}
{{daysInYear}}
{{month.days / daysInYear *100 | number:3 }}%
{{months.$sum('days') / daysInYear *100 | number:3}}%