3 lines
67 B
Lua
3 lines
67 B
Lua
|
|
print( os.date( "%Y-%m-%d" ) )
|
||
|
|
print( os.date( "%A, %B %d, %Y" ) )
|