org.gcube.dataaccess.spql.util
Class CalendarUtil

java.lang.Object
  extended by org.gcube.dataaccess.spql.util.CalendarUtil

public class CalendarUtil
extends Object

Author:
"Federico De Faveri defaveri@isti.cnr.it"

Field Summary
protected static String[] DATE_PATTERNS
           
protected static org.joda.time.format.DateTimeFormatter[] FORMATTERS
           
 
Constructor Summary
CalendarUtil()
           
 
Method Summary
static Date parse(String dateString)
           
static Calendar parseCalendar(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATE_PATTERNS

protected static final String[] DATE_PATTERNS

FORMATTERS

protected static org.joda.time.format.DateTimeFormatter[] FORMATTERS
Constructor Detail

CalendarUtil

public CalendarUtil()
Method Detail

parse

public static Date parse(String dateString)

parseCalendar

public static Calendar parseCalendar(String value)


Copyright © 2013. All Rights Reserved.