Changeset 10483 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-06-24T22:27:38+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/date/DateUtils.java
r10475 r10483 134 134 // example date format "18-AUG-08 13:33:03" 135 135 SimpleDateFormat f = new SimpleDateFormat("dd-MMM-yy HH:mm:ss"); 136 f.setTimeZone(calendarLocale.getTimeZone()); 136 137 Date d = f.parse(str, new ParsePosition(0)); 137 138 if (d != null)
Note:
See TracChangeset
for help on using the changeset viewer.