public class SimpleDateFormat extends SimpleDateFormat
DateFormat.FieldAM_PM_FIELD, calendar, DATE_FIELD, DAY_OF_WEEK_FIELD, DAY_OF_WEEK_IN_MONTH_FIELD, DAY_OF_YEAR_FIELD, DEFAULT, ERA_FIELD, FULL, HOUR_OF_DAY0_FIELD, HOUR_OF_DAY1_FIELD, HOUR0_FIELD, HOUR1_FIELD, LONG, MEDIUM, MILLISECOND_FIELD, MINUTE_FIELD, MONTH_FIELD, numberFormat, SECOND_FIELD, SHORT, TIMEZONE_FIELD, WEEK_OF_MONTH_FIELD, WEEK_OF_YEAR_FIELD, YEAR_FIELD| Constructor and Description |
|---|
SimpleDateFormat() |
SimpleDateFormat(String pattern) |
SimpleDateFormat(String pattern,
DateFormatSymbols formatSymbols) |
SimpleDateFormat(String pattern,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyLocalizedPattern(String pattern) |
void |
applyPattern(String pattern) |
Object |
clone() |
boolean |
equals(Object obj) |
StringBuffer |
format(Date date,
StringBuffer toAppendTo,
FieldPosition pos) |
AttributedCharacterIterator |
formatToCharacterIterator(Object obj) |
Date |
get2DigitYearStart() |
Calendar |
getCalendar() |
DateFormatSymbols |
getDateFormatSymbols() |
int |
hashCode() |
Date |
parse(String source) |
Date |
parse(String text,
ParsePosition pos) |
void |
set2DigitYearStart(Date startDate) |
void |
setDateFormatSymbols(DateFormatSymbols newFormatSymbols) |
void |
setLenient(boolean lenient) |
void |
setTimeZone(TimeZone zone) |
String |
toLocalizedPattern() |
String |
toPattern() |
format, format, getAvailableLocales, getDateInstance, getDateInstance, getDateInstance, getDateTimeInstance, getDateTimeInstance, getDateTimeInstance, getInstance, getNumberFormat, getTimeInstance, getTimeInstance, getTimeInstance, getTimeZone, isLenient, parseObject, setCalendar, setNumberFormatformat, parseObjectpublic SimpleDateFormat()
public SimpleDateFormat(String pattern)
public SimpleDateFormat(String pattern, DateFormatSymbols formatSymbols)
public void set2DigitYearStart(Date startDate)
set2DigitYearStart in class SimpleDateFormatpublic Date get2DigitYearStart()
get2DigitYearStart in class SimpleDateFormatpublic AttributedCharacterIterator formatToCharacterIterator(Object obj)
formatToCharacterIterator in class SimpleDateFormatpublic String toPattern()
toPattern in class SimpleDateFormatpublic String toLocalizedPattern()
toLocalizedPattern in class SimpleDateFormatpublic void applyPattern(String pattern)
applyPattern in class SimpleDateFormatpublic void applyLocalizedPattern(String pattern)
applyLocalizedPattern in class SimpleDateFormatpublic DateFormatSymbols getDateFormatSymbols()
getDateFormatSymbols in class SimpleDateFormatpublic void setDateFormatSymbols(DateFormatSymbols newFormatSymbols)
setDateFormatSymbols in class SimpleDateFormatpublic Object clone()
clone in class SimpleDateFormatpublic int hashCode()
hashCode in class SimpleDateFormatpublic boolean equals(Object obj)
equals in class SimpleDateFormatpublic void setLenient(boolean lenient)
setLenient in class DateFormatpublic void setTimeZone(TimeZone zone)
setTimeZone in class DateFormatpublic Date parse(String source) throws ParseException
parse in class DateFormatParseExceptionpublic Date parse(String text, ParsePosition pos)
parse in class SimpleDateFormatpublic Calendar getCalendar()
getCalendar in class DateFormatpublic StringBuffer format(Date date, StringBuffer toAppendTo, FieldPosition pos)
format in class SimpleDateFormatCopyright © 2010–2017 EvoSuite. All rights reserved.