All Packages Class Hierarchy This Package Previous Next Index
Class Utils.CalUtils
java.lang.Object
|
+----Utils.CalUtils
- public class CalUtils
- extends Object
-
CalUtils()
-
-
monthNo(Date, Date)
- Get the month no, for the date, in the semSchedule
-
monthTable(Calendar)
-
-
semSchedule(Date, Date)
- Get the calendar for the sem
-
toHTML(String[][], Calendar, HttpServletResponse)
- This function converts a two dimensional array into HTML table.
-
toHTML(String[][][], HttpServletResponse, Date)
- This function converts a three dimensional array of months to Html table
CalUtils
public CalUtils()
monthTable
public static String[][] monthTable(Calendar cal)
toHTML
public static String toHTML(String mtable[][],
Calendar cal,
HttpServletResponse response)
- This function converts a two dimensional array into HTML table.
toHTML
public static String toHTML(String mtable[][][],
HttpServletResponse response,
Date base_date)
- This function converts a three dimensional array of months to Html table
monthNo
public static int monthNo(Date date,
Date base_date)
- Get the month no, for the date, in the semSchedule
semSchedule
public static String[][][] semSchedule(Date begin_date,
Date end_date)
- Get the calendar for the sem
All Packages Class Hierarchy This Package Previous Next Index