6 lines
161 B
Text
6 lines
161 B
Text
|
|
hour,min,sec = #.now()
|
||
|
|
day,month,year = #.today()
|
||
|
|
|
||
|
|
#.output(#.str(hour,"00:"),#.str(min,"00:"),#.str(sec,"00.000"))
|
||
|
|
#.output(day,".",#.str(month,"00"),".",year)
|