ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
formatTime
ae
utils
time
format
Format a SysTime using the format spec fmt. This version parses fmt at runtime.
string
formatTime
(SysTime t)
string
formatTime
(SysTime t, string fmt)
string
formatTime
(string fmt, SysTime t)
deprecated
string
formatTime
(
string
fmt
,
SysTime
t
=
Clock.currTime
()
)
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.