NLDATMTZw. Format

Converts the time portion of the SAS datetime of the locale to the time of day and time zone.
Category: Date and Time
Alignment: left

Syntax

NLDATMTZw.

Syntax Description

w
specifies the width of the output field. If necessary, SAS abbreviates the day of week and datetime to fit the format width.
Default:32
Range:16–200

Example

This example uses the current datetime value.
Statements
Result
options locale=fr_FR;
data test;
x=datetime();
put x=nldatmtz.;
run;
x=10 h 40 -0400