javadoc issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901379 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-05-29 08:26:05 +00:00
parent a374115817
commit 77a3adbad2

View File

@ -36,14 +36,13 @@ import org.apache.poi.util.LocaleUtil;
*
* <p>
* {@code DAYS(end_date,start_date)}
*
* <ul>
* <li>Start_date, end_date (required):<br/>
* The two dates between which you want to know the number of days.<br/>
* If start_date occurs after end_date, the DAYS function returns a negative number.</li>
*
* </ul>
* </p>
*
* <ul>
* <li>Start_date, end_date (required):<br>
* The two dates between which you want to know the number of days.<br>
* If start_date occurs after end_date, the DAYS function returns a negative number.</li>
* </ul>
*
* @see <a href="https://support.office.com/en-us/article/DAYS-function-57740535-D549-4395-8728-0F07BFF0B9DF">DAYS function - Microsoft Office</a>
*/