When w has
a value of from 2 to 5, the date appears with as much of the day and
the month as possible. When w is
7, the date appears as a two-digit year without slashes.
Details
The DDMMYYw.
format writes SAS date values in the form ddmm[yy]yy or dd/mm/[yy]yy,
where
dd
is an integer that
represents the day of the month.
/
is the separator.
mm
is an integer that
represents 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 19704, which is the SAS date value that corresponds
to December 12, 2013.