RosettaCodeData/Task/Show-the-epoch/Run-BASIC/show-the-epoch.run
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

3 lines
89 B
Text

eDate$ = date$("01/01/0001")
cDate$ = date$(0) ' 01/01/1901
sDate$ = date$("01/01/1970")