Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/date_fns/max/index.js>default

date-fns Deno package
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.11.1/max/index.js";

Examples

// Which of these dates is the latest? var result = max([ new Date(1989, 6, 10), new Date(1987, 1, 11), new Date(1995, 6, 2), new Date(1990, 0, 1) ]) //=> Sun Jul 02 1995 00:00:00

Parameters

dirtyDatesArray
  • the dates to compare