NLDATMw. Informat
Reads the datetime value of the specified locale,
and then converts the datetime value to the local SAS datetime value.
Syntax
Syntax Description
- w
-
specifies the width
of the input field.
Example
The following
examples use the input value of February 24, 2003 12:39:43.
|
|
|
|
options locale=English_UnitedStates;
y=input('24.Feb03:12:39:43', nldatm.);
|
|
options locale=German_Germany;
y=input('24.Februar 2003 12.39 Uhr', nldatm.);
|
|