+ 19
Current time
How is Current time and date being made using Java and JavaScript codes
8 Answers
+ 13
Need a tutor on that
+ 12
https://javascript.info/date
http://www.tutorialspoint.com/java/java_date_time
You can use the search bar to find examples in the Code Playground:
https://code.sololearn.com
+ 5
do u need in java or javascript(they are not same), or from both?😞
+ 1
For Java, depending of your project you can use LocalDate/LocalTime/LocalDateTime (easier to format/parsing; this API includes addition/subtraction operation (minusMinutes, plusDays, etc))
http://www.java2s.com/Tutorials/Java/java.time/LocalDate/index.htm
+ 1
It is given in the course
+ 1
good night
+ 1
in java :
Date date = new Date()
0
Good