Subversion Repository Public Repository

litesoft

Diff Revisions 860 vs 862 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/components/impls/input/FormDatePicker.java

Diff revisions: vs.
  @@ -47,7 +47,7 @@
47 47
48 48 if ( value != null )
49 49 {
50 - setTextValueFromPicker( mDateFormat.format( new CalendarYMD( mDateFormat.getDateRes(), value ) ) );
50 + setTextValueFromPicker( mDateFormat.format( new CalendarYMD( value ) ) );
51 51 }
52 52 }
53 53