aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java
Commit message (Expand)AuthorAgeFilesLines
* Support 1904 date windowing, in addition to 1900 date windowing (patch from b...Nick Burch2007-12-041-36/+52
* Fix from Pavel Krupets for Excel Bug Date (1900/2/29)Nick Burch2007-09-251-23/+25
* Have HSSFDateUtil.isCellDateFormatted make use of HSSFDateUtils.isADateFormat...Nick Burch2007-08-061-4/+40
* keep the javadoc compiler quietYegor Kozlov2007-07-021-2/+2
* Yet more javadoc fixesNick Burch2007-06-291-1/+2
* make the code compatible with JDK 1.4.2Yegor Kozlov2007-06-261-1/+1
* Add a new method on HSSFDateUtil of isADateFormat, which will cope with both ...Nick Burch2007-06-171-2/+38
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Merged REL_2_BRANCH to head.Glen Stampoultzis2004-08-231-4/+25
* New licence changes.Glen Stampoultzis2004-04-091-52/+15
* bug 24125 - date formats. sync to head.Avik Sengupta2004-01-011-12/+0
* Changed copyright from 2002 to 2003Glen Stampoultzis2003-04-301-1/+1
* http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14375Andrew C. Oliver2002-11-281-13/+47
* you should now be able to check for date formats from the eventmodelAndrew C. Oliver2002-10-011-14/+26
* Add util method to check date formatting in Excel, submitted by Jason HoffmanAvik Sengupta2002-06-131-0/+40
* Fixed email addressGlen Stampoultzis2002-02-111-1/+1
* Initial revisionAndrew C. Oliver2002-01-311-0/+210