NLTIMAPw. Informat
Reads the time value and uses a.m. and p.m. in the
specified locale, and then converts the time value to the local SAS
time value.
Syntax
Syntax Description
- w
-
specifies the width
of the input field.
Example
The following example
uses 04:24:43 p.m. as the input value.
|
|
|
|
options locale=English_UnitedStates;
y=input('04:24:43 PM',nltimap11.);
|
|
options locale=German_Germany;
y=input('16.24 Uhr',nltimap11.);
|
|