mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
javadoc issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901379 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a374115817
commit
77a3adbad2
@ -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>
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user