Get time/clock from a given time string
time:format_clock(STRING $time="now")
$now = "2019-09-03 20:16:56"
time:format_clock($now)
#> "20:16:56"
# get current time (clock)
time:format_clock()
#> "20:22:22"
Copyright ©2013-2022 SunSed®. All rights reserved.