- Timestamp:
- 06/09/08 07:11:23 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/src/com/itmill/toolkit/terminal/gwt/client/ui/IDateField.java
r4531 r4789 156 156 } 157 157 158 public int getShowingMilliseconds() { 159 return (int) (showingDate.getTime() - showingDate.getTime() / 1000 * 1000); 160 } 161 162 public void setShowingMilliseconds(int ms) { 163 showingDate.setTime(showingDate.getTime() / 1000 * 1000 + ms); 164 } 165 158 166 public int getCurrentResolution() { 159 167 return currentResolution;
