Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
17
Task/Show-the-epoch/FutureBasic/show-the-epoch.basic
Normal file
17
Task/Show-the-epoch/FutureBasic/show-the-epoch.basic
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
window 1
|
||||
|
||||
print date$
|
||||
print date$("d MMM yyyy")
|
||||
print date$("EEE, MMM d, yyyy")
|
||||
print date$("MMMM d, yyyy ")
|
||||
print date$("MMMM d, yyyy G")
|
||||
print "This is day ";date$("D");" of the year"
|
||||
print
|
||||
print time$
|
||||
print time$("hh:mm:ss")
|
||||
print time$("h:mm a")
|
||||
print time$("h:mm a zzz")
|
||||
print
|
||||
print time$("h:mm a ZZZZ "); date$("MMMM d, yyyy G")
|
||||
|
||||
HandleEvents
|
||||
Loading…
Add table
Add a link
Reference in a new issue