format

Formats dt according to formatString.

  1. string format(SysTime dt, string formatString)
    package
    string
    format
    (
    const SysTime dt
    ,)
  2. string format(SysTime dt, DayOfWeek dayOfWeek, string formatString)

Return Value

Type: string

the formatted date string.

Throws

SysTimeFormatException if the formatting fails, e.g. because of an error in the format string.

Meta