Subversion Repository Public Repository

litesoft

Diff Revisions 852 vs 853 for /trunk/Java/core/Anywhere/src/org/litesoft/core/simpletypes/temporal/SimpleTimestamp.java

Diff revisions: vs.
  @@ -167,8 +167,7 @@
167 167
168 168 public SimpleDate getDateComponents()
169 169 {
170 - return new SimpleDate( null, // TODO: XXX "yyyy-MM-dd",
171 - mYear, mMonth, mDay );
170 + return new SimpleDate( mYear, mMonth, mDay );
172 171 }
173 172
174 173 public SimpleTime getTimeComponents()