formatTime

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

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

Meta