Chok’s Typescript Utilities
    Preparing search index...

    Function hhMmSsMs

    • Returns a date in hh:mm:ss.SSS format. E.g. '01:02:03.004'.

      Parameters

      • dt: Date = ...

        Specify a date object or default to the current date/time.

      • timeSeparator: string = ":"

        Separator for hh/mm/ss. Defaults to ':'.

      • msSeparator: string = "."

        Separator before SSS. Defaults to '.'.

      Returns string