Chapter Contents |
Previous |
Next |
JULIANw. |
Category: | Date and Time |
Syntax | |
Syntax Description | |
Details | |
Examples | |
See Also |
Syntax |
JULIANw. |
Default: | 5 |
Range: | 5-32 |
Details |
The date values must be in the form yyddd or yyyyddd, where
Julian dates that contain year values before 1582 are invalid for the conversion to Gregorian dates.
Note: SAS interprets a two-digit year as belonging to
the 100-year span that is defined by the YEARCUTOFF= system option.
Examples |
input julian_date julian7.;
Data Lines | Results* |
---|---|
----+----1 |
|
99075 |
14319 |
1999075 |
14319 |
*The input values correspond to the seventy-fifth day of 1999, which is March 16. |
See Also |
Format:
| |||||
Functions:
| |||||
System
Option:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.