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