AccDox: Number to Time Converter

Converting a decimal number to time and vice versa

Decimal number to time:
Time to decimal number:
h.
m.

Frequently Asked Questions (FAQ)

To convert a decimal number to hours, minutes and seconds, follow these steps:

Example: 3.14

  1. Round down 3.14 to the nearest whole number to get the hours value: 3 h.
  2. Multiply the fractional part by 60 to get the minutes: 0.14 × 60 = 8.4
  3. Round down 8.4 to 8 min. and multiply the fractional part by 60 to get the seconds: 0.4 × 60 = 24 sec.
  4. Result: 3 hours, 8 minutes and 24 seconds.

To convert hours and minutes to a decimal number, follow these steps:

Example: 3 h. 8 min.

  1. For decimal hours, add the minutes divided by 60 to the hours: 3 + (8 / 60) = 3.1333 h.
  2. For decimal minutes, multiply the hours by 60 and add the minutes: (3 × 60) + 8 = 188 min.