• Convert a Julian date to a JavaScript UTC datetime.

    Parameters

    • jdate: number

      The Julian date, usually a number around 2.4 million.

    Returns Date

    A Javascript datetime.

    See get_jNow for commentary on this conversion, which is not rigorously correct and can only be trusted to granularities of less than around a minute.

Generated using TypeDoc