onSameDay

fun LocalDateTime.onSameDay(other: LocalDateTime): Boolean

Returns tru if this is on the same day as other. Ignores time, but considers year and month.