DateUtils

object DateUtils

TODO this is debateably an anti-pattern. Figure out where to put these functinos.

Functions

Link copied to clipboard
fun getJulianDay(date: LocalDate): Double

Return the Julian day from a Java LocalDate.

Link copied to clipboard
fun LocalDate.Companion.now(): LocalDate