Skip to main content
Module

x/date_fns/index.js>endOfQuarter

date-fns Deno package
Go to Latest
function endOfQuarter
import { endOfQuarter } from "https://deno.land/x/date_fns@v2.5.0/index.js";

Examples

// The end of a quarter for 2 September 2014 11:55:00: var result = endOfQuarter(new Date(2014, 8, 2, 11, 55, 0)) //=> Tue Sep 30 2014 23:59:59.999

Parameters

dirtyDate
  • the original date