org.jasig.cas.util
Class CalendarUtils

java.lang.Object
  extended by org.jasig.cas.util.CalendarUtils

public final class CalendarUtils
extends Object


Field Summary
static String[] WEEKDAYS
           
 
Method Summary
static Calendar getCalendarFor(Date date)
           
static int getCurrentDayOfWeek()
           
static int getCurrentDayOfWeekFor(Date date)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEEKDAYS

public static final String[] WEEKDAYS
Method Detail

getCurrentDayOfWeek

public static int getCurrentDayOfWeek()

getCurrentDayOfWeekFor

public static int getCurrentDayOfWeekFor(Date date)

getCalendarFor

public static Calendar getCalendarFor(Date date)


Copyright © 2004-2013 Jasig. All Rights Reserved.