public class DateParsingUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DateParsingUtil.DayParser |
static class |
DateParsingUtil.ManyOf |
static class |
DateParsingUtil.OneOf |
static class |
DateParsingUtil.UnixTimestampParser |
static class |
DateParsingUtil.YearParser |
| Modifier and Type | Field and Description |
|---|---|
static org.joda.time.format.DateTimeFormatter |
COMPOUND_FORMATS
The formats for parsing compound datetimes are derived from the notations
given at: http://php.net/manual/en/datetime.formats.compound.php
|
static org.joda.time.format.DateTimeFormatter |
DATE_FORMATS
The formats for parsing general dates are derived from the notations
given at: http://php.net/manual/en/datetime.formats.date.php
|
static org.joda.time.format.DateTimeFormatter |
ISO_DATE_FORMATS
The formats for parsing ISO dates are derived from the notations
given at: http://php.net/manual/en/datetime.formats.date.php
|
static org.joda.time.format.DateTimeFormatter |
TIMEZONE |
static org.joda.time.format.DateTimeFormatter |
TWELVE_HOUR_TIME
The formats for parsing 12-hour times are derived from the notations
given at: http://php.net/manual/en/datetime.formats.time.php
|
static org.joda.time.format.DateTimeFormatter |
TWENTY_FOUR_HOUR_TIME
The formats for parsing 24-hour times are derived from the notations
given at: http://php.net/manual/en/datetime.formats.time.php
|
| Constructor and Description |
|---|
DateParsingUtil() |
public static final org.joda.time.format.DateTimeFormatter TIMEZONE
public static final org.joda.time.format.DateTimeFormatter TWELVE_HOUR_TIME
public static final org.joda.time.format.DateTimeFormatter TWENTY_FOUR_HOUR_TIME
public static final org.joda.time.format.DateTimeFormatter DATE_FORMATS
public static final org.joda.time.format.DateTimeFormatter ISO_DATE_FORMATS
public static final org.joda.time.format.DateTimeFormatter COMPOUND_FORMATS
Copyright © 2015. All rights reserved.