formatTime

Format a time value using the format spec fmt. This version generates specialized code for the given fmt.

  1. string formatTime(Time t)
    string
    formatTime
    (
    string fmt
    Time
    )
    (
    Time t
    )
  2. string formatTime(Time t, string fmt)
  3. string formatTime(string fmt, SysTime t)

Meta