Difference between revisions of "Manuals/calci/MONTH"
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">'''MONTH(sl.no)'''</div><br/> |
+ | *<math>sl.no </math> is the serial number of the month. | ||
− | + | ==Description== | |
+ | *This function gives the month of a given date represented by a serial number. | ||
+ | *In <math>MONTH(sl.no), sl.no</math>, is the serial number of the month or we can give the date value in [[DATE]] function format. | ||
+ | *MONTH("2/1/1997") for 2nd month. | ||
+ | *The result of the function is an integer 1 to 12(January to December) | ||
− | |||
− | |||
− | |||
− | Examples | + | ==Examples== |
+ | #MONTH(32786)=10 | ||
+ | #MONTH(74562)=2 | ||
+ | #MONTH("9/1/1999")=9 | ||
+ | #MONTH("20-may-2004")=5 | ||
− | + | ==See Also== | |
− | + | *[[Manuals/calci/DAY | DAY ]] | |
− | + | *[[Manuals/calci/DATE | DATE ]] | |
− | + | *[[Manuals/calci/YEAR | YEAR ]] | |
− | |||
− | + | ==References== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 01:49, 1 January 2014
MONTH(sl.no)
- is the serial number of the month.
Description
- This function gives the month of a given date represented by a serial number.
- In , is the serial number of the month or we can give the date value in DATE function format.
- MONTH("2/1/1997") for 2nd month.
- The result of the function is an integer 1 to 12(January to December)
Examples
- MONTH(32786)=10
- MONTH(74562)=2
- MONTH("9/1/1999")=9
- MONTH("20-may-2004")=5