public class XMPPDateTimeFormat extends Object
Modifier and Type | Field and Description |
---|---|
static String |
XMPP_DATE_FORMAT |
static String |
XMPP_DATETIME_FORMAT
Date/time format for use by SimpleDateFormat.
|
static String |
XMPP_DATETIME_FORMAT_WO_MILLIS_WO_TIMEZONE |
static String |
XMPP_DATETIME_FORMAT_WO_TIMEZONE |
static String |
XMPP_DELAY_DATETIME_FORMAT
Date/time format for use by SimpleDateFormat.
|
static String |
XMPP_TIME_FORMAT |
static String |
XMPP_TIME_FORMAT_WO_MILLIS |
Constructor and Description |
---|
XMPPDateTimeFormat()
Create a new thread-safe instance of this utility class
|
public static final String XMPP_DATETIME_FORMAT
public static final String XMPP_DATETIME_FORMAT_WO_TIMEZONE
public static final String XMPP_DATETIME_FORMAT_WO_MILLIS_WO_TIMEZONE
public static final String XMPP_DATE_FORMAT
public static final String XMPP_TIME_FORMAT
public static final String XMPP_TIME_FORMAT_WO_MILLIS
public static final String XMPP_DELAY_DATETIME_FORMAT
public XMPPDateTimeFormat()
public Date parseString(String dateString) throws ParseException
dateString
- the String that should be parsedParseException
Copyright © 2003-2008 Jive Software.