Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/getWeekOfMonth/index.js";

Examples

// Which week of the month is 9 November 2017? var result = getWeekOfMonth(new Date(2017, 10, 9)) //=> 2

Parameters

date
  • the given date
dirtyOptions