Subversion Repository Public Repository

litesoft

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

Diff revisions: vs.
  @@ -8,7 +8,7 @@
8 8 import org.litesoft.core.typeutils.*;
9 9
10 10 /**
11 - * Format Control for YearMonthDayAccessor which provides varying levels of resolution based on the Format String
11 + * Format Control for CalendarAccessorYMD which provides varying levels of resolution based on the Format String
12 12 * (which supports formatting similar to SimpleDateFormat).
13 13 * <p/>
14 14 * <pre>
  @@ -86,7 +86,7 @@
86 86 }
87 87 }
88 88
89 - public String format( YearMonthDayAccessor pDate )
89 + public String format( CalendarAccessorYMD pDate )
90 90 {
91 91 if ( pDate == null )
92 92 {