0
Can you help me?
How to let the code get your device’s time
2 ответов
+ 3
This displays the time of the processor running it.
println(java.time.LocalTime.now())
+ 1
JavaScript
A =new date()
B=A.getHours()
C=A.getMin()
D=A.getSec()
Document.write(B+':'+C+':'+D)