| java.lang.Object org.mmbase.util.DateStrings
DateStrings | public class DateStrings (Code) | | The DateString class provides constant text strings for the weekday, month etc.
version: $Id: DateStrings.java,v 1.10 2005/08/31 11:46:55 nklasens Exp $ |
Constructor Summary | |
public | DateStrings(String language) Creates a DateString insatnce, configured for the specified language. |
Dutch_days | final public static String Dutch_days(Code) | | Dutch short week day names
|
DateStrings | public DateStrings(String language)(Code) | | Creates a DateString insatnce, configured for the specified language.
The name of the language has to be an ISO 639 code.
|
getShortMonth | public String getShortMonth(int monthInt)(Code) | | |
|
|