datefmt-redthing1 ~master (2021-11-25T07:14:15Z)
Dub
Repo
format
datefmt
Format the given datetime with the given format string.
string
format
(SysTime dt, Format fmt)
string
format
(SysTime dt, string formatString)
@
safe
string
format
(
SysTime
dt
,
string
formatString
)
Meta
Source
See Implementation
datefmt
aliases
to
functions
format
parse
parseISO8601
parseRFC1123
toISO8601
toRFC1123
tryParse
structs
Format
variables
ISO8601FORMAT
RFC1123FORMAT
Format the given datetime with the given format string.