NLDATMTMw. Format
Converts the time portion of a SAS datetime value
to the time-of-day value of the specified locale, and then writes
the value as a time of day.
Category: |
Date and Time |
Alignment: |
left |
Syntax
Syntax Description
- w
-
specifies the width
of the output field.
Comparisons
The NLDATMTM
w. format is similar to the TOD
w. format except that the NLDATMTM
w. format is locale-specific.
Example
These
examples use the input value of 1361709583, which is the SAS datetime
value that corresponds to 12:39:43 p.m. on February 24, 2003.
|
|
|
|
options locale=English_UnitedStates;
|
|
options locale=German_Germany;
|
|