RosettaCodeData/Task/Date-format/FutureBasic/date-format.basic

7 lines
85 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
window 1
print date(@"yyyy-MM-dd")
print date(@"EEEE, MMMM dd, yyyy")
HandleEvents