Documentation
¶
Overview ¶
Package strutil provides conversion routines from decimal times to their equivalent strings. (e.g. 9.5 to "9:30")
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecimalTimetoHourMinSec ¶
DecimalTimetoHourMinSec converts a time in floating point decimal minutes to a string of hh:mm:ss (e.g. 67.5 to "01:07:30").
func DecimalTimetoMinSec ¶
DecimalTimetoMinSec converts a time in floating point decimal minutes to a string of mm:ss. (e.g. 9.5 to "9:30") Does not handle input values > one hour. See function decimalTimetoHourMinSec.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.