Hi all
Am using a dateField with a minute resolution like this:
DateField executionDate = new DateField();
executionDate.setResolution(Resolution.MINUTE);
Is it possible to set the caption for the Hour and Second combos which are shown below the calendar.
Thanks in advance.