up previous next
TimeOfDay

the current time

Syntax
TimeOfDay(): INT

Description
This function returns the current time as an INT in the form HHMMSS.

Note that from version 5.0.4 this information is no longer given by the function date .

Example
/**/  date();       -- 2013-05-30
20130530
/**/  TimeOfDay();  -- 09:08:13
90813

See Also