1 DATE$ The DATE$ function returns a string containing a day, month, and year in the form dd-Mmm-yy. If you specify an argument of zero, DATE$ returns the current date. Example PRINT DATE$(0%) 2 Syntax str-var = DATE$(int-exp)