0

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

1st Apr 2017, 5:36 PM
Cipher
Cipher - avatar
2 ответов
+ 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