DAY
From LongJump Support Wiki
Revision as of 19:08, 27 August 2009 by imported>Evelyn
The DAY function reads a date and returns the day value.
- Syntax
DAY(dString)
- Return
- Number in the format: dd
- Range 1 - 31
- Example
DAY('09/21/2010') = 21
The DAY function reads a date and returns the day value.
DAY(dString)
DAY('09/21/2010') = 21