public class ISO8601DateFormat extends AbsoluteTimeDateFormat
Date
in the format "yyyy-MM-dd HH:mm:ss,SSS" for example "1999-11-27 15:49:37,459".
Refer to the summary of the International Standard Date and Time Notation for more information on this format.
DateFormat.Field
ABS_TIME_DATE_FORMAT, DATE_AND_TIME_DATE_FORMAT, ISO8601_DATE_FORMAT
AM_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 |
---|
ISO8601DateFormat() |
ISO8601DateFormat(TimeZone timeZone) |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
format(Date date,
StringBuffer sbuf,
FieldPosition fieldPosition)
Appends a date in the format "YYYY-mm-dd HH:mm:ss,SSS" to
sbuf . |
Date |
parse(String s,
ParsePosition pos)
Always returns null.
|
clone, equals, format, format, getAvailableLocales, getCalendar, getDateInstance, getDateInstance, getDateInstance, getDateTimeInstance, getDateTimeInstance, getDateTimeInstance, getInstance, getNumberFormat, getTimeInstance, getTimeInstance, getTimeInstance, getTimeZone, hashCode, isLenient, parse, parseObject, setCalendar, setLenient, setNumberFormat, setTimeZone
format, formatToCharacterIterator, parseObject
public ISO8601DateFormat()
public ISO8601DateFormat(TimeZone timeZone)
public StringBuffer format(Date date, StringBuffer sbuf, FieldPosition fieldPosition)
sbuf
. For example: "1999-11-27 15:49:37,459".format
in class AbsoluteTimeDateFormat
sbuf
- the StringBuffer
to write todate
- the date to formatfieldPosition
- remains untouchedpublic Date parse(String s, ParsePosition pos)
parse
in class AbsoluteTimeDateFormat
Copyright © 1999-2024 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.