|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.util.DateStrings
public class DateStrings
The DateString class provides constant text strings for the weekday, month etc.
| Field Summary | |
|---|---|
static DateStrings |
DUTCH_DATESTRINGS
Deprecated. |
static String[] |
Dutch_days
Deprecated. Dutch short week day names |
static DateStrings |
ENGLISH_DATESTRINGS
Deprecated. |
| Constructor Summary | |
|---|---|
DateStrings(String language)
Deprecated. Creates a DateString insatnce, configured for the specified language. |
|
| Method Summary | |
|---|---|
String |
getDay(int weekDayInt)
Deprecated. |
String |
getMonth(int monthInt)
Deprecated. |
String |
getShortDay(int weekDayInt)
Deprecated. |
String |
getShortMonth(int monthInt)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String[] Dutch_days
public static final DateStrings DUTCH_DATESTRINGS
public static final DateStrings ENGLISH_DATESTRINGS
| Constructor Detail |
|---|
public DateStrings(String language)
| Method Detail |
|---|
public String getMonth(int monthInt)
public String getShortMonth(int monthInt)
public String getDay(int weekDayInt)
public String getShortDay(int weekDayInt)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||