NLTIMEw. Format
Converts a SAS time value to the time value of the
specified locale, and then writes the value as a time value. NLTIME
also converts SAS date-time values.
Category: |
Date and Time |
Alignment: |
left |
Syntax
Syntax Description
- w
-
specifies the width
of the input field.
Comparisons
The NLTIME
w. format is similar to the TIME
w. format except that the NLTIME
w. format is locale-specific.
Example
These
examples use the input value of 59083, which is the SAS date-time
value that corresponds to 4:24:43 p.m.
|
|
|
|
options locale=English_UnitedStates;
|
|
options locale=German_Germany;
|
|