up previous next
TimeOfDay    --    the current time


Syntax
TimeOfDay(): INT

Description
This function returns the current time as an INT in the form HHMMSS = HH*10000+MM*100+SS using a 24-hour clock.

NOTE: from version 5.0.4 this information is no longer given by the function date .

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

See Also