|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.report.xls.DateUtil
public class DateUtil
Contains methods for dealing with Excel dates.
It is a tool by which converting the Date
to Excel file needs to convert to double values.
Method Summary | |
---|---|
static double |
getExcelDate(java.util.Date date)
Converts the given date into a double value of its internal Excel representation, which is the number of days since 1/1/1900. |
static java.util.Date |
getJavaDate(double date)
Converts the given Excel date into the Java representation of a date. |
static boolean |
isValidExcelDate(double value)
Checks if the given double value is a valid Excel date. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static double getExcelDate(java.util.Date date)
date
- the Date
public static java.util.Date getJavaDate(double date)
date
- the Excel Date
public static boolean isValidExcelDate(double value)
value
- the double value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |