NLDATMDTw. Format
Converts the SAS datetime value to the datetime
value of the specified locale, and then writes the value as the name
of the month, day of the month and year.
Category: |
Date and Time |
Alignment: |
left |
Syntax
Syntax Description
- w
-
specifies the width
of the output field
Example
This example
uses the en_US locale option.
|
|
put 86400,nldatmdt.;
put 86400,dtdate.;
|
|