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