Convert a standard hours:minutes time into its decimal equivalent — the fastest way to prep hours for a spreadsheet or payroll form.
A simple, accurate desk clock for the times a screen isn't handy.
Decimal hours = hours + (minutes ÷ 60). So 2 hours 15 minutes = 2 + (15÷60) = 2.25.