add datetime test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-07-29 19:30:33 +00:00
parent 925688a454
commit 131820f524

View File

@ -74,6 +74,7 @@ final class TestDateValue {
// // EXCEL
confirmDateValue(new StringEval("8/22/2011"), 40777); // Serial number of a date entered as text.
confirmDateValue(new StringEval("8/22/2011 12:00"), 40777); // Serial number of a date entered as text.
confirmDateValue(new StringEval("22-MAY-2011"), 40685); // Serial number of a date entered as text.
confirmDateValue(new StringEval("2011/02/23"), 40597); // Serial number of a date entered as text.