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

5 lines
98 B
Factor
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
USING: formatting calendar io ;
now "%Y-%m-%d" strftime print
now "%A, %B %d, %Y" strftime print