How to make clock by gava language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to make clock by gava language

11th Aug 2018, 12:53 AM
Mohamed
Mohamed - avatar
2 Answers
+ 2
DateFormat df = new SimpleDateFormat("dd/MM/yy HH:mm:ss"); Date dateobj = new Date(); System.out.println(df.format(dateobj));
11th Aug 2018, 2:31 AM
Rishabh
Rishabh - avatar
0
it is't work!
11th Aug 2018, 12:03 PM
Mohamed
Mohamed - avatar