Example Date julian 001
|
Notes and Hints The Julian form of a date is useful when it is necessary to perform arithmetic
computations with a date. However for human-readability, it is more convenient to
view a date as a string. The Lisp string function is capable of converting
a Date object to a String object. Since the Julian function returns a Number, it is
necessary to coerce the Julian date to a Date object first, and then convert the
Date object to a String object: (string (date 713882.75))
Returns:
Returns:
Returns: Returns: #Jul,19,1954:18:00:00
(string (date 727763) )
Returns: #Jul,20,1992
(string (date -365249) )
Returns: #Dec,25,1001BC
Here are examples of the julian function at work.
Date julian 001 |
Here is the link to the current function used in this example.
Here are a number of links to other related functions.
isDate(#void) | date(#void) | string(#void) |
Here are the links to the data types of the arguments used in this example. Here are a number of links to examples having similar argument types.
Date
String
Number
Analytic Information Server (AIS)AIS Component Systems
|