Microsoft SDK for Java

Locale.getYearMonthFormatString

Retrieves information for formatting the Year/Month for the locale.

Syntax

public String getYearMonthFormatString()

Return Value

Returns a String object containing the Year/Month formatting information for the locale.

Remarks

The information in the String shows the proper format for a date that contains only the year and the month.

See Also   setYearMonthFormatString

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