DAYS360 function needs to support dates provided as strings as well as nums

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901365 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-05-28 18:27:14 +00:00
parent d836ff9a39
commit 032c7c3aa0

View File

@ -21,7 +21,6 @@ import static org.apache.poi.ss.util.Utils.assertDouble;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.io.IOException;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;