Chapter Contents |
Previous |
Next |
DAY |
Category: | Date and Time |
Syntax | |
Arguments | |
Details | |
Examples | |
See Also |
Syntax |
DAY(date) |
Details |
The DAY function produces an integer from 1 to 31 that represents the day of the month.
Examples |
The following SAS statements produce this result:
SAS Statements | Results |
---|---|
now='05may97'd; d=day(now); put d; |
5 |
See Also |
Functions:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.