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-12 18:47:18 UTC