3 lines
83 B
Text
3 lines
83 B
Text
|
|
print(Time().format(‘YYYY-MM-DD’))
|
|||
|
|
print(Time().strftime(‘%A, %B %e, %Y’))
|