ae v0.0.3053 (2021-06-01T17:26:23Z)
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 sink, string fmt, SysTime t)
deprecated
void
putTime
(
S
)
(
ref
S
sink
,
string
fmt
,
SysTime
t
=
Clock.currTime
()
)
if
(
isStringSink
!
S
)
Meta
Source
See Implementation
ae
utils
time
format
functions
formatTime
putTime
Format a SysTime using the format spec fmt. This version parses fmt at runtime.