I want to know what time format has the user chosen in his computer say in his Windows time setting like 12 hr or 24 hour format. I want to detect that and use that as the time format in my Java application.
Note: I am aware of the SimpleDateFormat API but that is something I will use only after I can detect what user has selected in Windows time setting.
Any help is appreciated. Krishna