|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DateFormatter
Locale specific date formatting interface definition. Used for tasks not easily done with java's core classes.
| Method Summary | |
|---|---|
java.lang.String |
getDateRange(java.util.Calendar startDate,
java.util.Calendar endDate)
Get the date range of the given dates ( stored as Calendar instances ) as a convenient String |
java.lang.String |
getMonthName(int i)
Get the month's name in the current locale |
| Method Detail |
|---|
java.lang.String getMonthName(int i)
i - the month's index from 1 to 12
java.lang.String getDateRange(java.util.Calendar startDate,
java.util.Calendar endDate)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||