NLDATMWNw. Format
Converts a SAS datetime value to the datetime value
of the specified locale, and then writes the value as the day of the
week.
Category: |
Date and Time |
Alignment: |
left |
Syntax
Syntax Description
- w
-
specifies the width
of the output field.
Example
This example
writes the SAS datetime value as a day of the week.
now = datetime() ;
put now nldatmwn. ;