toIso8601

fun toIso8601(julianDate: JulianDate, precision: Double? = definedExternally): String(source)

Creates an ISO8601 representation of the provided date.

Return

The ISO8601 representation of the provided date.

Parameters

julianDate

The date to be converted.

precision

The number of fractional digits used to represent the seconds component. By default, the most precise representation is used.

See also