DateDataFormat.setCustomFormat

Overview | Methods | This Package | All Packages

DateDataFormat.setCustomFormat

Sets the custom format string.

Syntax

public void setCustomFormat( String value )

Parameters

value

The string to be used to format dates or times.

Remarks

The setting of the customFormat property is only applied when the format property is set to DateFormat.CUSTOM. If the format property is not set to DateFormat.CUSTOM, then the custom format string is ignored.

Use the following guidelines to specify the custom format string:

See Also   getCustomFormat