Questions tagged [military]
2 questions
0
votes
1 answer
Math.min Military Time vs Base 8
I'm making a program designed to get the elapsed time via military time and this is what I got so far:
public class TimeInterval {
private int firstTime;
private int secondTime;
public TimeInterval(int _first,int _second) {
if…

Nebulor
- 23
- 2
0
votes
3 answers
How do I set the Android Calendar to nautical or military timezones
In my Android app, I use the calendar in various time zones. This way I can adjust the app operation
to local conditions.
runDate = Calendar.getInstance(); // will display tides for this date/time
useThisTZ =…

user1644002
- 3,211
- 3
- 19
- 21