net.objectlab.kit.datecalc.joda
Class JodaExcelDateUtil

Package class diagram package JodaExcelDateUtil
java.lang.Object
  extended by net.objectlab.kit.datecalc.joda.JodaExcelDateUtil

public final class JodaExcelDateUtil
extends Object

Convert Excel Date to LocalDate, YearMonthDay or DateTime.

Version:
$Revision: 203 $ $Date: 2006-10-11 08:53:07 -0400 (Wed, 11 Oct 2006) $
Author:
Benoit Xhenseval, $LastChangedBy: benoitx $

Method Summary
static DateTime getDateTime(double date, boolean use1904windowing)
           
static LocalDate getLocalDate(double date, boolean use1904windowing)
           
static YearMonthDay getYearMonthDay(double date, boolean use1904windowing)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocalDate

public static LocalDate getLocalDate(double date,
                                     boolean use1904windowing)

getYearMonthDay

public static YearMonthDay getYearMonthDay(double date,
                                           boolean use1904windowing)

getDateTime

public static DateTime getDateTime(double date,
                                   boolean use1904windowing)


Copyright © 2006-2010 Appendium - Portfolio Financing Platform. All Rights Reserved.