day_return_day_of_month_.htm
Navigation: Language Reference > 13 - Built-in Functions >====== DAY (return day of month) ====== | |
DAY(date)
DAY | Returns day of month. |
date | A numeric constant, variable, expression, or the label of a STRING, CSTRING, or PSTRING variable declared with a date picture token. The date must be a standard date. A variable declared with a date picture token is automatically converted to a standard date intermediate value. |
The DAY procedure computes the day of the month (1 to 31) for a given standard date.
Return Data Type: | LONG |
Example:
OutDay = DAY(TODAY()) !Get the day from today's date
DueDay = DAY(TODAY()+2) !Calculate the return day
See Also:
day_return_day_of_month_.htm.txt · Last modified: 2021/04/15 15:57 by 127.0.0.1