Difference between revisions of "Manuals/calci/DAYSBETWEEN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left">  <font face="Arial, sans-serif"><font size="2">'''DAYSBETWEEN( First date, Second date)'''</font></font> <br /> ...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left"> 
+
<div style="font-size:30px">'''DAYSBETWEEN(fd,sd)'''</div><br/>
  
<font face="Arial, sans-serif"><font size="2">'''DAYSBETWEEN( First date, Second date)'''</font></font>
+
*where 'fd' is the starting date and 'sd' is the second (final )date
  
<br />
+
==Description==
 +
*This function gives the number of days between the first date and the second date(30 days in 12 months).
 +
*Here FD and SD are two dates to find the number of in between days.
 +
*Also FD and SD we have to give in DATE function format.
  
</div>
+
==Examples==
----
 
<div id="1SpaceContent" class="zcontent" align="left"> 
 
  
<font face="Arial, sans-serif"><font size="2">This function calculates the number of days between two particular dates.</font></font>
+
*DAYSBETWEEN("2/28/2008","3/13/2008")=15
 +
*DAYSBETWEEN("1-Sep-2014","1-Sep-2015")=366
  
</div>
+
==See Also==
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
DAYSBETWEEN
+
*[[Manuals/calci/COLUMNS | COLUMNS]]
 +
*[[Manuals/calci/ROW | ROW]]
  
</div></div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Complex_number| Complex Numbers]
<div id="8SpaceContent" class="zcontent" align="left"> 
 
 
 
<font face="Arial, sans-serif"><font size="2">Lets see an example,</font></font>
 
 
 
<br />
 
 
 
<font face="Arial, sans-serif"><font size="2">DAYSBETWEEN( First date, Second date)</font></font>
 
 
 
<br />
 
 
 
<font face="Arial, sans-serif"><font size="2">'''B'''</font></font>
 
 
 
<br />
 
 
 
<font face="Arial, sans-serif"><font size="2">01-01-2008</font></font>
 
 
 
<br />
 
 
 
<font face="Arial, sans-serif"><font size="2">25-12-2008</font></font>
 
 
 
<br />
 
 
 
<font face="Arial, sans-serif"><font size="2">DAYSBETWEEN(B2,B3)</font></font>
 
 
 
<br />
 
 
 
<font face="Arial, sans-serif"><font size="2"><nowiki>=DAYSBETWEEN(First date, Second date) is 743</nowiki></font></font>
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE1" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" | 01-01-2008
 
| class="                                                                                                          " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 25-12-2008
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| Row3
 
| class="sshl_f      " | 743
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row4
 
| class="                                                                                        " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="odd"
 
| class=" " | Row5
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
| class=" " |
 
|- class="even"
 
| Row6
 
| class=" " |
 
| class=" " |
 
| class="    " |
 
| class="  SelectTD  SelectTD" |
 
<div id="4Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="4Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 04:21, 15 November 2013

DAYSBETWEEN(fd,sd)


  • where 'fd' is the starting date and 'sd' is the second (final )date

Description

  • This function gives the number of days between the first date and the second date(30 days in 12 months).
  • Here FD and SD are two dates to find the number of in between days.
  • Also FD and SD we have to give in DATE function format.

Examples

  • DAYSBETWEEN("2/28/2008","3/13/2008")=15
  • DAYSBETWEEN("1-Sep-2014","1-Sep-2015")=366

See Also

References

Complex Numbers