Skip to main content
Module

x/date_fns/index.js>startOfMonth

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

Examples

// The start of a month for 2 September 2014 11:55:00: var result = startOfMonth(new Date(2014, 8, 2, 11, 55, 0)) //=> Mon Sep 01 2014 00:00:00

Parameters

dirtyDate
  • the original date