relative To Now
Computes the relative description of this moment compared to Verdandi.now.
Returns Now if the absolute difference is within nowThreshold, otherwise Past or Future with calendar-aware components.
val relative = moment.relativeToNow(30.seconds)
val text = relative format {
dominant labeled { it.resolve() }
}Content copied to clipboard
Return
a VerdandiRelativeMoment describing the relation.
Parameters
now Threshold
maximum difference to be considered "now".