RosettaCodeData/Task/Date-format/Maple/date-format.maple

4 lines
69 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
with(StringTools);
FormatTime("%Y-%m-%d")
FormatTime("%A,%B %d, %y")