Previous Page | Next Page

Formats for NLS

NLDATEMDw. Format



Converts the SAS date value to the date 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
Syntax Description
Examples
See Also

Syntax

NLDATEMDw.


Syntax Description

w

specifies the width of the output field.

Default: 16
Range: 6-200

Examples

This example uses the en_US locale option.

Statement Result
put 1 nldatemd.;
January 02


See Also

Formats:

NLDATEYMw. Format

Previous Page | Next Page | Top of Page