-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 10.10
-
Fix Version/s: 10.10-HF54
-
Component/s: Seam / JSF UI
Currently the default time on the Date widget is configured with a pattern which uses only hours and minutes
protected void setDefaultTime(UICalendar instance) { SimpleDateFormat format = new SimpleDateFormat("HH:mm");
The pattern should be modified to set the seconds too
- Is referenced in