datefmt ~master (2017-12-20T20:26:16Z)
Dub
Repo
format
datefmt
Format the given datetime with the given format string.
string
format
(
SysTime
dt
,
const
Format
fmt
)
string
format
(
SysTime
dt
,
string
formatString
)
string
format
(
SysTime
dt
,
string
formatString
)
Meta
Source
See Implementation
datefmt
functions
format
parse
parseISO8601
parseRFC1123
toISO8601
toRFC1123
tryParse
structs
Format
variables
ISO8601FORMAT
RFC1123FORMAT
Format the given datetime with the given format string.