Skip to main content
The Deno 2 Release Candidate is here
Learn more
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/endOfHour/index.ts";

Examples

// The end of an hour for 2 September 2014 11:55:00: const result = endOfHour(new Date(2014, 8, 2, 11, 55)) //=> Tue Sep 02 2014 11:59:59.999

Parameters

dirtyDate: Date | number
  • the original date

Returns

the end of an hour