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

3 lines
69 B
Text

with(StringTools);
FormatTime("%Y-%m-%d")
FormatTime("%A,%B %d, %y")