Difference between revisions of "Manuals/calci/DAY"
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 | + | <div style="font-size:30px">'''DATE(sl no)'''</div><br/> |
− | + | *where 'sl no' is the date of the day to find. | |
− | |||
− | |||
− | |||
− | + | ==Description== | |
+ | *This function gives the day of the month and also the day is from 1 to 31. | ||
+ | *Here SL.NO is the date of the day and the dates are should entered in a DATE function format. | ||
+ | *i.eDATE(2014,1,7) for 7th day of January ,2014. | ||
− | + | *so we have to use this function like DAY("7-JAN-2014") or DAY("1-7-2014") is 7 | |
− | |||
− | |||
− | |||
− | |||
− | + | ==Examples== | |
− | + | *DAY("12/11/2013") = 11 | |
− | + | *DAY("12-DEC-2012")=12 | |
− | |||
− | + | ==See Also== | |
− | + | *[[Manuals/calci/DATE | DATE]] | |
− | + | *[[Manuals/calci/DATEVALUE | DATEVALUE]] | |
− | |||
− | |||
− | + | ==References== | |
− | + | [http://en.wikipedia.org/wiki/Complex_number| Complex Numbers] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 03:50, 14 November 2013
DATE(sl no)
- where 'sl no' is the date of the day to find.
Description
- This function gives the day of the month and also the day is from 1 to 31.
- Here SL.NO is the date of the day and the dates are should entered in a DATE function format.
- i.eDATE(2014,1,7) for 7th day of January ,2014.
- so we have to use this function like DAY("7-JAN-2014") or DAY("1-7-2014") is 7
Examples
- DAY("12/11/2013") = 11
- DAY("12-DEC-2012")=12
See Also