The methods of Java.Text.SimpleDateFormat are listed below. For a list of all members, see the SimpleDateFormat Members list.
See Also: Inherited members from Java.Text.DateFormat
ApplyLocalizedPattern(string)Changes the pattern of this simple date format to the specified pattern which uses localized pattern characters. | ||
ApplyPattern(string)Changes the pattern of this simple date format to the specified pattern which uses non-localized pattern characters. | ||
override | Format(Java.Util.Date, Java.Lang.StringBuffer, FieldPosition)Formats the specified date as a string using the pattern of this date format and appends the string to the specified string buffer. | |
Get2DigitYearStart()Returns the date which is the start of the one hundred year period for two-digit year values. | ||
override | Parse(string, ParsePosition)Parses a date from the specified string starting at the index specified by position. | |
Set2DigitYearStart(Java.Util.Date)Sets the date which is the start of the one hundred year period for two-digit year values. | ||
ToLocalizedPattern()Returns the pattern of this simple date format using localized pattern characters. | ||
ToPattern()Returns the pattern of this simple date format using non-localized pattern characters. |