Date format: Difference between revisions

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

edits