org.boris.xlloop.util
Class ExcelDate
java.lang.Object
org.boris.xlloop.util.ExcelDate
public class ExcelDate
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MS_IN_DAY
public static final double MS_IN_DAY
- See Also:
- Constant Field Values
ExcelDate
public ExcelDate()
toJavaDate
public static long toJavaDate(double value)
toExcelDate
public static double toExcelDate(long millis)
getDayOfMonth
public static int getDayOfMonth(double value)
getMonth
public static int getMonth(double value)
getYear
public static int getYear(double value)
getWeekday
public static int getWeekday(double value)
getHour
public static int getHour(double value)
getMinute
public static int getMinute(double value)
getSecond
public static int getSecond(double value)
date
public static double date(double y,
double m,
double d)
time
public static double time(double h,
double m,
double s)