format

open infix fun format(block: VerdandiRelativeFormatScope.() -> Unit): String

Formats this relative moment into a human-readable string using the given DSL block.

The block must provide handlers for all three cases via onNow, onPast, and onFuture.

Return

the formatted relative string.

Parameters

block

configuration DSL for resolving each temporal direction.