public class DateUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
RFC_1123_DATE_FORMAT |
Constructor and Description |
---|
DateUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
formatDate(org.joda.time.DateTime dateTime)
Returns an RFC 1123 date format used in HTTP
|
static org.joda.time.DateTime |
parseDate(String dateTime)
Return an DateTime parsed from an RFC 1123 compliant string
|
public static final String RFC_1123_DATE_FORMAT
Copyright © 2016 Digipost Open Source. All rights reserved.