Difference between revisions of "Documentation/How Tos/Calc: DAYS function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Documentation/MasterTOC
+
{{DISPLAYTITLE: DAYS function}}
|bookid=1234'''
+
{{Documentation/CalcFunc DateTimeTOC
|booktitle=<div style="padding: 8px; font-size: 140%; font-weight: bold; background-color: #9BC0F5;">CALC FUNCTIONS</div>
+
|ShowPrevNext=block
|ShowParttitle=block|parttitle=[[Documentation/How_Tos/Calc:_Date_%26_Time_functions|<div  style="font-size: 140%;">Date & Time Functions]]
+
|PrevPage=Documentation/How_Tos/Calc:_NETWORKDAYS_function
|ShowNextPage=block|NextPage=Documentation/How_Tos/Calc:_DAYS360_function
+
|NextPage=Documentation/How_Tos/Calc:_DAYS360_function
|ShowPrevPage=block|PrevPage=Documentation/How_Tos/Calc:_NETWORKDAYS_function
+
}}__NOTOC__
|ShowPrevPart=block|PrevPart=Documentation/How_Tos/Calc:_Database_functions
+
|ShowNextPart=block|NextPart=Documentation/How_Tos/Calc:_Financial_functions
+
|toccontent= <div style="padding: 4px; font-size: 130%; font-weight: hidden; background-color:#DCE9FC;">FUNCTIONS</div>
+
* [[Documentation/How_Tos/Calc:_TODAY_function|<div style="font-size: 120%;">Today]]
+
* [[Documentation/How_Tos/Calc:_NOW_function|<div style="font-size: 120%;">Now]]
+
* [[Documentation/How_Tos/Calc:_YEAR_function|<div style="font-size: 120%;">Year]]
+
* [[Documentation/How_Tos/Calc:_MONTH_function|<div style="font-size: 120%;">Month]]
+
* [[Documentation/How_Tos/Calc:_DAY_function|<div style="font-size: 120%;">Day]]
+
* [[Documentation/How_Tos/Calc:_WEEKDAY_function|<div style="font-size: 120%;">Weekday]]
+
* [[Documentation/How_Tos/Calc:_HOUR_function|<div style="font-size: 120%;">Hour]]
+
* [[Documentation/How_Tos/Calc:_MINUTE_function|<div style="font-size: 120%;">Minute]]
+
* [[Documentation/How_Tos/Calc:_SECOND_function|<div style="font-size: 120%;">Second]]
+
* [[Documentation/How_Tos/Calc:_DATE_function|<div style="font-size: 120%;">Date]]
+
* [[Documentation/How_Tos/Calc:_DATEVALUE_function|<div style="font-size: 120%;">Datevalue]]
+
* [[Documentation/How_Tos/Calc:_TIME_function|<div style="font-size: 120%;">Time]]
+
* [[Documentation/How_Tos/Calc:_TIMEVALUE_function|<div style="font-size: 120%;">Timevalue]]
+
* [[Documentation/How_Tos/Calc:_EOMONTH_function|<div style="font-size: 120%;">Eomonth]]
+
* [[Documentation/How_Tos/Calc:_EDATE_function|<div style="font-size: 120%;">Edate]]
+
* [[Documentation/How_Tos/Calc:_WORKDAY_function|<div style="font-size: 120%;">Workday]]
+
* [[Documentation/How_Tos/Calc:_NETWORKDAYS_function|<div style="font-size: 120%;">Networkdays]]
+
* [[Documentation/How_Tos/Calc:_DAYS_function|<div style="font-size: 120%; border-style: double; border-color:#778899;">Days]]
+
* [[Documentation/How_Tos/Calc:_DAYS360_function|<div style="font-size: 120%;">Days360]]
+
* [[Documentation/How_Tos/Calc:_DAYSINMONTH_function|<div style="font-size: 120%;">Daysinmonth]]
+
* [[Documentation/How_Tos/Calc:_DAYSINYEAR_function|<div style="font-size: 120%;">Daysinyear]]
+
* [[Documentation/How_Tos/Calc:_WEEKS_function|<div style="font-size: 120%;">Weeks]]
+
* [[Documentation/How_Tos/Calc:_WEEKSINYEAR_function|<div style="font-size: 120%;">Weeksinyear]]
+
* [[Documentation/How_Tos/Calc:_WEEKNUM_function|<div style="font-size: 120%;">Weeknum]]
+
* [[Documentation/How_Tos/Calc:_WEEKNUM_ADD_function|<div style="font-size: 120%;">Weeknum_add]]
+
* [[Documentation/How_Tos/Calc:_MONTHS_function|<div style="font-size: 120%;">Months]]
+
* [[Documentation/How_Tos/Calc:_YEARS_function|<div style="font-size: 120%;">Years]]
+
* [[Documentation/How_Tos/Calc:_ISLEAPYEAR_function|<div style="font-size: 120%;">Isleapyear]]
+
* [[Documentation/How_Tos/Calc:_EASTERSUNDAY_function|<div style="font-size: 120%;">Eastersunday]]
+
* [[Documentation/How_Tos/Calc:_YEARFRAC_function|<div style="font-size: 120%;">Yearfrac]]
+
}}__TOC__
+
  
 
== DAYS ==
 
== DAYS ==
Line 61: Line 27:
 
* <tt>'''DAYS'''</tt> really does return <tt>'''enddate - startdate'''</tt>; thus if either date has a time component (for example "2008-01-03T15:15"), the number of days returned may not be integer. To ensure an integer result, consider <tt>'''INT(DAYS())'''</tt>.
 
* <tt>'''DAYS'''</tt> really does return <tt>'''enddate - startdate'''</tt>; thus if either date has a time component (for example "2008-01-03T15:15"), the number of days returned may not be integer. To ensure an integer result, consider <tt>'''INT(DAYS())'''</tt>.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: DAYS360 function|DAYS360]]
 
* [[Documentation/How_Tos/Calc: DAYS360 function|DAYS360]]
 
* [[Documentation/How_Tos/Calc: NETWORKDAYS function|NETWORKDAYS]]
 
* [[Documentation/How_Tos/Calc: NETWORKDAYS function|NETWORKDAYS]]

Latest revision as of 13:58, 30 January 2024



DAYS

Returns the number of days between two dates

Syntax:

DAYS(enddate; startdate)

startdate and enddate may be dates as numbers or text (which is converted to number form).
DAYS returns enddate - startdate. The result may be negative.

Example:

DAYS("2008-03-03"; "2008-03-01")

returns 2, the number of days between 1March08 and 3March08.

DAYS(A1; A2)

where cell A1 contains the date 2008-06-09 and A2 contains 2008-06-02 returns 7.

Issues:

  • Note that DAYS does not count the first day of the period, but NETWORKDAYS does.
  • DAYS is not portable to Excel.
  • DAYS really does return enddate - startdate; thus if either date has a time component (for example "2008-01-03T15:15"), the number of days returned may not be integer. To ensure an integer result, consider INT(DAYS()).



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_DAYS_function&oldid=259701"
Views
Personal tools
Navigation
Tools