Long year

From Rosetta Code
Revision as of 22:09, 9 January 2020 by Steenslag (talk | contribs) (Created page with "{{draft task}} Most years have 52 weeks, some have 53, according to [https://en.wikipedia.org/wiki/ISO_week_date#Weeks_per_year ISO8601]. Write a function which determines if...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Long year is a draft programming task. It is not yet considered ready to be promoted as a complete task, for reasons that should be found in its talk page.

Most years have 52 weeks, some have 53, according to ISO8601. Write a function which determines if a given year is long (53 weeks) or not, and demonstrate it.