min
The min() function returns the oldest date of a tuple of TheDate.
Interactive example
Syntax
typescript
function min<
GenericInput extends AnyTuple<TheDate>
>(input: GenericInput): TheDateParameters
input: Tuple of dates inTheDateformat.
Return value
The minimum date of the tuple, as a TheDate.
