DATE$ function
Purpose: DATE$ returns a string containing the system date formatted mm/dd/yy, where mm is two digits representing the month, dd is two digits representing the day, and yy is the last two digits of the year.
Syntax: RetStr$ = DATE$ Parameters:
Return Value:
|
BCX Console Sample Programs using DATE$ function.