Difference between revisions of "Manuals/calci/DATE"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="2SpaceContent" align="left"><div class="ZEditBox" align=...")
 
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''DATES(yy,mm,dd)'''</div><br/>
  
Syntax
+
*where 'yy' represents the year, 'mm' is the month of the year and 'dd' is the date .
  
</div></div>
 
----
 
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
  
Examples
+
==Description==
 +
*This function gives the sequential serial number for the given date.
 +
*Here 'yy' represents the year and it should start from 1 or more than 1.
 +
*'mm' is the month of the year and it is from 1 to 12(January to December).
 +
*'dd' is the date of the month of the year and it is from 1 to 31.
  
</div></div>
+
==Examples==
----
 
<div id="8SpaceContent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman">''''''''''''<font size="6"> </font>''' '''''''''</font>'''</div></div>
 
----
 
<div id="11SpaceContent" align="left"><div class="ZEditBox mceEditable" align="justify">
 
  
<font size="5">Description</font>
+
*DATE(99,2,1)=2/1/99
 +
*DATE(1600,12,31)=12/31/1600
  
</div></div>
+
==See Also==
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="6" face="Arial, sans-serif"><font size="6">'''DATE '''</font></font>
 
  
'''<font size="6" face="Arial"></font>'''
+
*[[Manuals/calci/DATEVALUE  | DATEVALUE ]]
 +
*[[Manuals/calci/DAYS | DAYS]]
  
</div></div>
+
==References==
----
+
[http://en.wikipedia.org/wiki/Complex_number| Complex Numbers]
<div id="9SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"> 
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Let's see an example in Column1Row1,Column2Row1 and Column3Row1</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2">I.e. = DATE(C1R1,C2R1,C3R1)</font></font></font>
 
 
 
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=DATE(2007,6,2) is 6/2/2007</nowiki></font></font></font>
 
 
 
</div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">
 
 
 
<font face="Arial">'''=DATE(yyyy,mm,dd)'''</font>
 
 
 
where,
 
 
 
'''yyyy''' - represents the year and can be 1 to 4 digits.
 
 
 
'''mm -'''  <font face="Tahoma ">represents the month of year and can be from 1 to 12(january to december).</font>
 
 
 
'''dd''' - represents the day of the month from 1 to 31.
 
 
 
</div></div>
 
----
 
<div id="5SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">
 
 
 
It gives the sequential serial number that represents a particular date.
 
 
 
</div></div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">
 
 
 
</div></div>
 
----
 
<div id="6SpaceContent" class="zcontent" align="left"><div class="ZEditBox mceEditable" align="justify">
 
 
 
<font size="5">Remarks</font>
 
 
 
</div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 2007
 
| class=" " | 6
 
| class="sshl_f " | 2
 
| class="sshl_f" | 5
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" | 6/2/2007
 
| class="sshl_f  " | 8
 
| class="  " | 9
 
| class="sshl_f" | 128
 
|- class="odd"
 
| Row3
 
| class="  SelectTD ChangeBGColor SelectTD" |
 
<div id="4Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="4Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="4Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]</div>12
 
| class="sshl_f" | 67968
 
| 14
 
| class="sshl_f    " | 15
 
|- class="even"
 
| Row4
 
| 17
 
| class=" " | 18
 
| class="sshl_f" | 10000
 
| class="  " | 20
 
|- class="odd"
 
| class=" " | Row5
 
| 2036
 
| 67994
 
| 10025
 
| 168
 
|- class="even"
 
| Row6
 
| 12
 
| 0.850904
 
| 1.619775
 
| 0.525322
 
|}
 
 
 
<div align="left">[[Image:calci1.gif]]</div></div>
 
----
 

Revision as of 02:25, 14 November 2013

DATES(yy,mm,dd)


  • where 'yy' represents the year, 'mm' is the month of the year and 'dd' is the date .


Description

  • This function gives the sequential serial number for the given date.
  • Here 'yy' represents the year and it should start from 1 or more than 1.
  • 'mm' is the month of the year and it is from 1 to 12(January to December).
  • 'dd' is the date of the month of the year and it is from 1 to 31.

Examples

  • DATE(99,2,1)=2/1/99
  • DATE(1600,12,31)=12/31/1600

See Also

References

Complex Numbers