org.jasig.portlet.calendar.util
Class DateUtil

java.lang.Object
  extended by org.jasig.portlet.calendar.util.DateUtil

public class DateUtil
extends Object

Author:
Chris Waymire (chris@waymire.net)

Method Summary
static org.joda.time.Interval getInterval(org.joda.time.DateMidnight start, int days)
           
static org.joda.time.Interval getInterval(String startDate, int days, javax.portlet.PortletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInterval

public static org.joda.time.Interval getInterval(String startDate,
                                                 int days,
                                                 javax.portlet.PortletRequest request)
                                          throws ParseException
Throws:
ParseException

getInterval

public static org.joda.time.Interval getInterval(org.joda.time.DateMidnight start,
                                                 int days)


Copyright © 2013 Jasig. All Rights Reserved.