aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hssf/usermodel/HSSFDateUtil.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-40/+0
* 63779 Add support for the new Java date/time API added in Java 8Dominik Stadler2019-10-091-1/+3
* Start to remove @author tags, as per http://poi.apache.org/guidelines.html#Co...Nick Burch2013-08-231-8/+0
* Copy HSSFDateUtils to ss.usermodel, and leave a proxy behindNick Burch2008-04-051-336/+6
* Quite a bit more xssf support for cell styles. Also, get all the ooxml tests ...Nick Burch2008-03-221-1/+1
* Merged revisions 618680-620582 via svnmerge from Ugo Cei2008-02-131-11/+27
* 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