public final class CFISO8601DateFormatOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
ColonSeparatorInTime
Add separator for time (":")
|
static long |
ColonSeparatorInTimeZone
Add ":" separator in timezone (eg.
|
static long |
DashSeparatorInDate
Add separator for date ("-")
|
static long |
Day
The format for day is inferred based on provided options.
|
static long |
FractionalSeconds
Add 3 significant digits of fractional seconds (".SSS")
|
static long |
FullDate |
static long |
FullTime |
static long |
InternetDateTime
RFC3339
|
static long |
Month
The format for year is inferred based on whether or not the week of year option is specified.
|
static long |
SpaceBetweenDateAndTime
Use space instead of "T"
|
static long |
Time
This uses the format "HHmmss"
|
static long |
TimeZone |
static long |
WeekOfYear
This includes the "W" prefix (e.g.
|
static long |
Year
The format for year is inferred based on whether or not the week of year option is specified.
|
public static final long Year
public static final long Month
public static final long WeekOfYear
public static final long Day
public static final long Time
public static final long TimeZone
public static final long SpaceBetweenDateAndTime
public static final long DashSeparatorInDate
public static final long ColonSeparatorInTime
public static final long ColonSeparatorInTimeZone
public static final long FullDate
public static final long FullTime
public static final long InternetDateTime
public static final long FractionalSeconds