DateField in DateField.TIME mode does NOT work. It acts exactly the same way like WTK 2.2 emulator does - not correctly.
If I try to set time by calling:
DateField timeField = new DateField("Time", DateField.TIME);
timeField.setDate(new Date());
It keeps showing <time>, but not actual time.
Given code works on mobile devices.
Resolution: I just installed new WTK 2.5 and it works on in the emulator now.
I cannot update MicroEmulator, so, please fix this bug.
Thanks,
minimedj