When w has
a value of from 2 to 5, the date appears with as much of the month
and the day as possible. When w is 7, the date appears as a two-digit year without slashes.
Details
The MMDDYYw. format writes SAS date values in one of the
following forms:
mmdd<yy>yy
mm/dd/<yy>yy:
where
mm
is an integer that
represents the month.
/
is the separator.
dd
is an integer that
represents the day of the month.
<yy>yy
is a two-digit or four-digit
integer that represents the year.
Example
The following examples
use the input value of 19291, which is the SAS date value that corresponds
to October 25, 2012.