RosettaCodeData/Task/Date-format/Maple/date-format.maple
2017-09-25 22:28:19 +02:00

3 lines
69 B
Text

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