4 lines
98 B
Factor
4 lines
98 B
Factor
USING: formatting calendar io ;
|
|
|
|
now "%Y-%m-%d" strftime print
|
|
now "%A, %B %d, %Y" strftime print
|