I have created a basic app, which shows current timings using the following code
String currentime = dateFormat.getTimeInstance().format(new Date());
It works perfect on the emulator eg. 10:25:00 AM, whereas in HTC wildfire it displays as 10:25:00 missing the AM/PM. could anybody help me on this.