org.jclouds.date.internal
Class DateUtils

java.lang.Object
  extended by org.jclouds.date.internal.DateUtils

public class DateUtils
extends Object

Author:
Adrian Cole

Field Summary
static Pattern MILLIS_PATTERN
           
static Pattern SECOND_PATTERN
           
static Pattern TZ_PATTERN
           
 
Constructor Summary
DateUtils()
           
 
Method Summary
static String trimToMillis(String toParse)
           
static String trimTZ(String toParse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MILLIS_PATTERN

public static final Pattern MILLIS_PATTERN

TZ_PATTERN

public static final Pattern TZ_PATTERN

SECOND_PATTERN

public static final Pattern SECOND_PATTERN
Constructor Detail

DateUtils

public DateUtils()
Method Detail

trimToMillis

public static String trimToMillis(String toParse)

trimTZ

public static String trimTZ(String toParse)


Copyright © 2009-2012 jclouds. All Rights Reserved.