Difference between revisions of "Manuals/calci/DAY"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
==Description== | ==Description== | ||
*This function gives the day of the month and also the day is from 1 to 31. | *This function gives the day of the month and also the day is from 1 to 31. | ||
− | *<math>sl.no</math> is the date of the day and the dates should be entered in the | + | *<math>sl.no</math> is the date of the day and the dates should be entered in the [[Manuals/calci/DATE| DATE]] function format. |
− | + | *i.e DATE(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 | *so we have to use this function like DAY("7-JAN-2014") or DAY("1-7-2014") is 7 | ||
Revision as of 03:53, 16 April 2014
DAY(sl.no)
- where 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.
- is the date of the day and the dates should be entered in the DATE function format.
- i.e DATE(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