mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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:
parent
925688a454
commit
131820f524
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user