5 lines
98 B
Nim
5 lines
98 B
Nim
import times
|
|
|
|
var t = now()
|
|
echo(t.format("yyyy-MM-dd"))
|
|
echo(t.format("dddd',' MMMM d',' yyyy"))
|