ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
putTime
ae
utils
time
format
Format a SysTime using the format spec fmt. This version parses fmt at runtime.
void
putTime
(S sink, SysTime t)
void
putTime
(S sink, SysTime t, string fmt)
void
putTime
(
S
)
(
ref
S
sink
,
SysTime
t
,
string
fmt
)
if
(
isStringSink
!
S
)
void
putTime
(S sink, string fmt, SysTime t)
string
formatTime
(SysTime t, string fmt)
string
formatTime
(string fmt, SysTime t)
Meta
Source
See Implementation
ae
utils
time
format
functions
formatTime
putTime
putTimeImpl
Format a SysTime using the format spec fmt. This version parses fmt at runtime.