currentTime

Full name: taxi.stdlib.dates.currentTime

Signature

declare function currentTime():Time

Description

Returns the current local time (no date component).

find {
   @Format("HH:mm:ss")
   timeNow: Time = currentTime()
}
Next
Welcome to Taxi