Converts a date string into a Julian date integer.
JULSTR("date")
"date" |
- |
A string, the date in dd/mm/yy format. |
An integer.
julstr("1/11/58")
returns 2436215.
The Julian Date (JD) integer is a continuous count of full days since noon Universal Time (UT) on January 1, 4713 BCE.
See DT2DATE and DATE2DT to convert date/time values to fractional Julian dates where the fractional part represents the time of day.