RosettaCodeData/Task/System-time/SPL/system-time.spl

6 lines
161 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
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)