NLDATMMDw. 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 and the day of the month.
Category: Date and Time
Alignment: left

Syntax

NLDATMMDw.

Syntax Description

w
specifies the width of the output field.
Default:16
Range:6–200

Example

This example uses the en_US locale option.
Statement
Result
put 86400 nldatmmd.;
January 02

See Also