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)
    string
    formatTime
    (
    Time
    )
    (
    Time t
    ,
    string fmt
    )
  3. string formatTime(string fmt, SysTime t)

Meta