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

4 lines
69 B
Plaintext

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