RosettaCodeData/Task/Date-format/Factor/date-format.factor

5 lines
98 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
USING: formatting calendar io ;
now "%Y-%m-%d" strftime print
now "%A, %B %d, %Y" strftime print