0

How to print current date & time in java

19th Oct 2018, 6:09 PM
Yash
Yash - avatar
2 Respuestas
+ 3
System.out.print(LocalDateTime.now()); Reference: https://docs.oracle.com/javase/8/docs/api/java/time/LocalDateTime.html
19th Oct 2018, 8:46 PM
Tashi N
Tashi N - avatar
+ 1
https://code.sololearn.com/c2wm4r5VpOD9/?ref=app Um.. It's showing tons of exception and kinda confusing me
20th Oct 2018, 4:54 AM
Yash
Yash - avatar