Minutes calculator

Professional minutes calculator: convert hours, days, and seconds to minutes; convert minutes back; add or subtract time values; compute time differences between date-times. WCAG 2.1 AA accessible.

Full original guide (expanded)


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[m_{total} = 1440\\,d + 60\\,h + m + \\frac{s}{60} \\]
m_{total} = 1440\\,d + 60\\,h + m + \\frac{s}{60} \
Formula (extracted LaTeX)
\[d = \\left\\lfloor \\frac{m_{total}}{1440} \\right\\rfloor,\\quad h = \\left\\lfloor \\frac{m_{total} - 1440d}{60} \\right\\rfloor,\\quad m = (m_{total} - 1440d) - 60h,\\quad s = \\big( m_{frac} \\times 60 \\big) \\]
d = \\left\\lfloor \\frac{m_{total}}{1440} \\right\\rfloor,\\quad h = \\left\\lfloor \\frac{m_{total} - 1440d}{60} \\right\\rfloor,\\quad m = (m_{total} - 1440d) - 60h,\\quad s = \\big( m_{frac} \\times 60 \\big) \
Formula (extracted LaTeX)
\[\\Delta m = \\frac{t_2 - t_1}{60\\,\\text{s}} \\]
\\Delta m = \\frac{t_2 - t_1}{60\\,\\text{s}} \
Formula (extracted text)
Minutes from components: \\[ m_{total} = 1440\\,d + 60\\,h + m + \\frac{s}{60} \\] Component breakdown from minutes: \\[ d = \\left\\lfloor \\frac{m_{total}}{1440} \\right\\rfloor,\\quad h = \\left\\lfloor \\frac{m_{total} - 1440d}{60} \\right\\rfloor,\\quad m = (m_{total} - 1440d) - 60h,\\quad s = \\big( m_{frac} \\times 60 \\big) \\] Time difference between two date-times: \\[ \\Delta m = \\frac{t_2 - t_1}{60\\,\\text{s}} \\]
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[m_{total} = 1440\\,d + 60\\,h + m + \\frac{s}{60} \\]
m_{total} = 1440\\,d + 60\\,h + m + \\frac{s}{60} \
Formula (extracted LaTeX)
\[d = \\left\\lfloor \\frac{m_{total}}{1440} \\right\\rfloor,\\quad h = \\left\\lfloor \\frac{m_{total} - 1440d}{60} \\right\\rfloor,\\quad m = (m_{total} - 1440d) - 60h,\\quad s = \\big( m_{frac} \\times 60 \\big) \\]
d = \\left\\lfloor \\frac{m_{total}}{1440} \\right\\rfloor,\\quad h = \\left\\lfloor \\frac{m_{total} - 1440d}{60} \\right\\rfloor,\\quad m = (m_{total} - 1440d) - 60h,\\quad s = \\big( m_{frac} \\times 60 \\big) \
Formula (extracted LaTeX)
\[\\Delta m = \\frac{t_2 - t_1}{60\\,\\text{s}} \\]
\\Delta m = \\frac{t_2 - t_1}{60\\,\\text{s}} \
Formula (extracted text)
Minutes from components: \\[ m_{total} = 1440\\,d + 60\\,h + m + \\frac{s}{60} \\] Component breakdown from minutes: \\[ d = \\left\\lfloor \\frac{m_{total}}{1440} \\right\\rfloor,\\quad h = \\left\\lfloor \\frac{m_{total} - 1440d}{60} \\right\\rfloor,\\quad m = (m_{total} - 1440d) - 60h,\\quad s = \\big( m_{frac} \\times 60 \\big) \\] Time difference between two date-times: \\[ \\Delta m = \\frac{t_2 - t_1}{60\\,\\text{s}} \\]
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn

Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[m_{total} = 1440\\,d + 60\\,h + m + \\frac{s}{60} \\]
m_{total} = 1440\\,d + 60\\,h + m + \\frac{s}{60} \
Formula (extracted LaTeX)
\[d = \\left\\lfloor \\frac{m_{total}}{1440} \\right\\rfloor,\\quad h = \\left\\lfloor \\frac{m_{total} - 1440d}{60} \\right\\rfloor,\\quad m = (m_{total} - 1440d) - 60h,\\quad s = \\big( m_{frac} \\times 60 \\big) \\]
d = \\left\\lfloor \\frac{m_{total}}{1440} \\right\\rfloor,\\quad h = \\left\\lfloor \\frac{m_{total} - 1440d}{60} \\right\\rfloor,\\quad m = (m_{total} - 1440d) - 60h,\\quad s = \\big( m_{frac} \\times 60 \\big) \
Formula (extracted LaTeX)
\[\\Delta m = \\frac{t_2 - t_1}{60\\,\\text{s}} \\]
\\Delta m = \\frac{t_2 - t_1}{60\\,\\text{s}} \
Formula (extracted text)
Minutes from components: \\[ m_{total} = 1440\\,d + 60\\,h + m + \\frac{s}{60} \\] Component breakdown from minutes: \\[ d = \\left\\lfloor \\frac{m_{total}}{1440} \\right\\rfloor,\\quad h = \\left\\lfloor \\frac{m_{total} - 1440d}{60} \\right\\rfloor,\\quad m = (m_{total} - 1440d) - 60h,\\quad s = \\big( m_{frac} \\times 60 \\big) \\] Time difference between two date-times: \\[ \\Delta m = \\frac{t_2 - t_1}{60\\,\\text{s}} \\]
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
Formulas

(Formulas preserved from original page content, if present.)

Version 0.1.0-draft
Citations

Add authoritative sources relevant to this calculator (standards bodies, manuals, official docs).

Changelog
  • 0.1.0-draft — 2026-01-19: Initial draft (review required).