Date and Time

Function Date$()

Returns the date in “MM-DD-YYYY” format.


Function Easter$(year)

Returns easter of the year passed to it.


Function Ticks()

Returns the number of CPU ticks since the start of a program.


Function Time$()

Returns the current time in “HH:MM:SS” format.


Function Timer()

Returns the number of milliseconds since the start of the program.


Sub Wait(m_sec)

Halts execution of a program for a given number of milliseconds.