Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -125,6 +125,11 @@
125 125 this( null, pDate );
126 126 }
127 127
128 + public DateFormat getFormat()
129 + {
130 + return mFormat;
131 + }
132 +
128 133 /**
129 134 * Return a SimpleDate (based on this) with the updated format (Resolution reduction supported)
130 135 *