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