I have been asked to create a small app to allow a user to input a time in military format (ex. 1323) and then show the standard time depending on a certain time zone selected in a drop-down. A proprietary call tracking system currently displays military time for the Central time zone. My company is in the Eastern time zone and for some reason, a few people are having a hard time figuring out the conversion for the different time zones.
This is the way I envision it:
The user enters "1423" (2:23 PM CT) in a text box, then selects "Mountain" from the TimeZone dropdown. The standard time of 1:23 PM would then display in a another text box (or just standard text for that matter).
Now, I have little or no experience with Java; so, any help you can give would be really appreciated.
This is the way I envision it:
The user enters "1423" (2:23 PM CT) in a text box, then selects "Mountain" from the TimeZone dropdown. The standard time of 1:23 PM would then display in a another text box (or just standard text for that matter).
Now, I have little or no experience with Java; so, any help you can give would be really appreciated.