|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DateIterator.Format | |
---|---|
de.jaret.util.date.iterator | This package contains a utility interface for iterating dates and some implementations thereof. |
Uses of DateIterator.Format in de.jaret.util.date.iterator |
---|
Methods in de.jaret.util.date.iterator that return DateIterator.Format | |
---|---|
static DateIterator.Format |
DateIterator.Format.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DateIterator.Format[] |
DateIterator.Format.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.jaret.util.date.iterator with parameters of type DateIterator.Format | |
---|---|
String |
IIteratorFormatter.getLabel(JaretDate date,
DateIterator.Format format)
Provide a formatted output for a given date. |
String |
DateIterator.getLabel(JaretDate date,
DateIterator.Format format)
Retrieve a label for a given date. |
String |
AbstractDateIterator.getLabel(JaretDate date,
DateIterator.Format format)
Retrieve a label for a given date. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |