| java.lang.Object sun.tools.javazic.Month
Month | class Month (Code) | | Month class handles month related manipulation.
since: 1.4 |
Method Summary | |
static int | parse(String name) Parses the specified string as a month abbreviation. | static String | toString(int month) |
parse | static int parse(String name)(Code) | | Parses the specified string as a month abbreviation.
Parameters: name - the month abbreviation the month value |
toString | static String toString(int month)(Code) | | Parameters: month - the numth number the month name in uppercase of the specified month |
|
|