Microsoft SDK for Java

Locale.setYearMonthFormatString

Sets the Year/Month formatting string for the locale.

Syntax

public void setYearMonthFormatString( String value )

Parameters

value

A String object specifying the Year/Month formatting string to be used for the locale.

Remarks

This String specifies the proper format for a date that contains only the year and the month.

See Also   getYearMonthFormatString

© 1999 Microsoft Corporation. All rights reserved. Terms of use.