Date format: Difference between revisions

Content added Content deleted
Line 275: Line 275:
PRINT
PRINT
PRINT "Use of just the FORMAT$() function."
PRINT "Use of just the FORMAT$() function."
PRINT "Today is "; FORMAT$(dDate, "dddd"); ", "; FORMAT$(dDate, "mmmm"); " "; FORMAT$(dDate, "d"); ", "; FORMAT$(dDate, "yyyy"); "."
PRINT "Today is "; FORMAT$(dDate, "dddd, mmmm d, yyyy"); "."


END
END