Returns the day of the month from a SAS date value.
specifies a SAS expression that represents a SAS date value.
now='05may97'd; d=day(now); put d;
5