Add tool to convert human time to decimal time

This commit is contained in:
Mike Bricknell-Barlow
2025-12-02 12:52:52 +00:00
parent f3c5946e0d
commit b1f63a3207
7 changed files with 163 additions and 1 deletions

View File

@@ -113,5 +113,11 @@
"zeroPaddingDescription": "Make all time components always be two digits wide.",
"zeroPrintDescription": "Display the dropped parts as zero values \"00\".",
"zeroPrintTruncatedParts": "Zero-print Truncated Parts"
},
"convertTimeToDecimal": {
"title": "Convert time to decimal",
"description": "Convert formatted length of time (HH:MM:SS) to decimal format, e.g. 3.43 hours.",
"shortDescription": "Convert human time to decimal time",
"longDescription": "Convert formatted length of time (HH:MM:SS) to decimal format, e.g. 3.43 hours."
}
}