* Return a string version of the hours, minutes and seconds portion of a date. * @param {number} hh The hours (from 0-23) * @param {number} mm The minutes (from 0-59) * @param {number} ss The seconds (from 0-59) * @return {string} A time of the form "HH:MM" or "HH:MM:SS" * @private
(hh, mm, ss, ms)
source not stored for this graph (policy: none)
no test coverage detected