formatTime

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

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

Meta