formatTime

Format a SysTime using the format spec fmt. This version parses fmt at runtime.

  1. string formatTime(SysTime t)
  2. string formatTime(SysTime t, string fmt)
  3. string formatTime(string fmt, SysTime t)
    deprecated
    string
    formatTime
    (
    string fmt
    ,
    SysTime t = Clock.currTime()
    )

Meta