Overview | Methods | This Package | All Packages
Sets the long date formatting string for this locale.
Syntax
public void setLongDateFormatString( String value )
Parameters
value
A String object containing the long date formatting string for this locale.
Remarks
The String can consist of a combination of day, month, and year format pictures defined in the Day, Month, Year, and Era Format Pictures table in the National Language Support Constants, and any string of characters enclosed in single quotes. Characters in single quotes will be used in the format they are given.
See Also getLongDateFormatString