org.kuali.student.enrollment.class2.acal.util
Class CommonUtils
java.lang.Object
org.kuali.student.enrollment.class2.acal.util.CommonUtils
public class CommonUtils
- extends Object
This class //TODO ...
- Author:
- Kuali Student Team
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonUtils
public CommonUtils()
assembleTimeSet
public static void assembleTimeSet(TimeSetWrapper timeSetWrapper,
Date startDate,
Date endDate)
throws Exception
- Throws:
Exception
isValidDateRange
public static boolean isValidDateRange(Date startDate,
Date endDate)
formatDate
public static String formatDate(Date date)
isDateWithinRange
public static boolean isDateWithinRange(Date startDate,
Date endDate,
Date checkDate)
buildDesc
public static RichTextInfo buildDesc(String descr)
getDateWithTime
public static Date getDateWithTime(Date date,
String hourMinute,
String amPm)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.