Previous Page | Next Page

Formats for NLS

NLDATMYMw. Format



Converts the SAS datetime value to the datetime value of the specified locale, and then writes the value as the year and the name of the month.
Category: Date and Time
Alignment: left

Syntax
Syntax Description
Examples
See Also

Syntax

NLDATMYMw.


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 86400 nldatmym.;
January 1960


See Also

Formats:

NLDATMMDw. Format

Previous Page | Next Page | Top of Page