0
How to print current date & time in java
2 Respuestas
+ 3
System.out.print(LocalDateTime.now());
Reference: https://docs.oracle.com/javase/8/docs/api/java/time/LocalDateTime.html
+ 1
https://code.sololearn.com/c2wm4r5VpOD9/?ref=app
Um.. It's showing tons of exception and kinda confusing me