julian_to() – Convert an integer which counts days to a date¶
Synopsis¶
julian_to(julian INT) DATE
Input¶
julian¶
An integer representing a julian date.
Description¶
Converts a julian date value to a regular date value. This function reverses the julian() function.
Page last generated: 2025-04-01 22:52:03 UTC