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

4 lines
98 B
Factor

USING: formatting calendar io ;
now "%Y-%m-%d" strftime print
now "%A, %B %d, %Y" strftime print