struct string dateS()
struct string timeS()
double timer()
DateS returns a string of the form mm-dd-yyyy where mm is the month, dd is the day and yyyy is the year. All fields are numeric and padded with zeroes if necessary. This function implements the BASIC DATE$ variable.
TimeS returns a string of the form hh-mm-ss where hh is the hour (on a 24-hour clock), mm is the minute and ss is the second. All fields are numeric and padded with zeroes if necessary. This function implements the BASIC TIME$ variable.
Timer returns a double precision value which represents the number of whole seconds since midnight. This function implements the BASIC TIMER function.
from The Basmark QuickBASIC Programmer’s Manual by Lawrence Leinweber