RosettaCodeData/Task/Show-the-epoch/Run-BASIC/show-the-epoch.basic
2023-07-01 13:44:08 -04:00

3 lines
89 B
Text

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