Program to convert 12 hour clock to 24 hour clock in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Program to convert 12 hour clock to 24 hour clock in java

1st Apr 2017, 5:36 PM
Cipher
Cipher - avatar
2 Answers
+ 1
if (time == pm) { add 12 hours } isnt this all you need?
1st Apr 2017, 6:05 PM
Edward
0
tnx
1st Apr 2017, 6:22 PM
Cipher
Cipher - avatar