2 lines
91 B
Text
2 lines
91 B
Text
|
|
if date$("02/29/" + mid$(date$("mm/dd/yyyy"),7,4)) then print "leap year" else print "not"
|