Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
15
Task/Show-the-epoch/FutureBasic/show-the-epoch.futurebasic
Normal file
15
Task/Show-the-epoch/FutureBasic/show-the-epoch.futurebasic
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
include "ConsoleWindow"
|
||||
|
||||
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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue