Time Converter Formula
Understand the math behind the time converter. Each variable explained with a worked example.
Formulas Used
Minutes
minutes = value / 60Hours
hours = value / 3600Days
days = value / 86400Weeks
weeks = value / 604800Milliseconds
milliseconds = value * 1000Variables
| Variable | Description | Default |
|---|---|---|
value | Time(seconds) | 86400 |
How It Works
Time Converter
Conversion Factors from Seconds
Worked Example
Convert 86400 seconds to other time units.
value = 86400
- 01Minutes = 86400 / 60 = 1440 min
- 02Hours = 86400 / 3600 = 24 hr
- 03Days = 86400 / 86400 = 1 day
- 04Weeks = 86400 / 604800 = 0.142857 weeks
Ready to run the numbers?
Open Time Converter