Instant · Precise · Universal
28 units available
6 categories total
To convert fortnights to days: multiply by 14. To convert fortnights to weeks: multiply by 2.
1 fortnight = 14 d = 2 wk = 336 h = 1,209,600 s.
For example, 1 Fortnight (fn) = 0.03825136612 Year (Leap) (yr (Leap)).
| Fortnight (fn) | Year (Leap) (yr (Leap)) |
|---|---|
| 0.1 | 0.003825136612 |
| 0.5 | 0.01912568306 |
| 1 | 0.03825136612 |
| 2 | 0.07650273224 |
| 5 | 0.1912568306 |
| 10 | 0.3825136612 |
| 25 | 0.956284153 |
| 50 | 1.912568306 |
| 100 | 3.825136612 |
| 500 | 19.12568306 |
| 1000 | 38.25136612 |
A fortnight is a unit of time equal to 14 days, or two weeks (1,209,600 seconds).
1 fortnight = 14 d = 2 wk = 336 h = 1,209,600 s.
To convert fortnights to days: multiply by 14. To convert fortnights to weeks: multiply by 2.
Fortnightly pay cycles (common in Australia and UK), rental payment periods, and magazine publication schedules.
In Australia, being paid 'fortnightly' is the most common pay cycle. The FFF system defines speed in furlongs per fortnight.
Americans may be unfamiliar with the term. In US English, 'two weeks' is the standard equivalent.
Fortnight = fourteen nights. In countries where it's common, it's as natural as saying 'week' — just meaning two of them.
A leap year is a calendar year containing 366 days (31,622,400 seconds), with an extra day added as February 29th to correct calendar drift.
1 leap year = 366 d = 8,784 h = 527,040 min = 31,622,400 s. That's 86,400 s more than a common year.
To convert leap years to days: multiply by 366. To seconds: multiply by 31,622,400.
Calendar systems, date arithmetic in software (handling Feb 29), birthday celebrations for 'leaplings,' and financial calculations.
People born on February 29 are called 'leaplings' — they technically have a birthday only once every 4 years. The odds of being born on Feb 29 are about 1 in 1,461.
The most common bug: not handling Feb 29. Many software failures have occurred on leap day. Also, the 100/400 rule is often forgotten.
Leap year test: divisible by 4? Yes → leap year, UNLESS divisible by 100, UNLESS also divisible by 400. Code it: (y%4==0 && y%100!=0) || y%400==0.



© 2026 UntangleTools. All Rights Reserved.