RosettaCodeData/Task/Date-format/Factor/date-format.factor
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
98 B
Factor

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