RosettaCodeData/Task/Date-format/Arturo/date-format.arturo
2023-07-01 13:44:08 -04:00

4 lines
127 B
Text

currentTime: now
print to :string.format: "YYYY-MM-dd" currentTime
print to :string.format: "dddd, MMMM dd, YYYY" currentTime