import { default } from "https://deno.land/x/date_fns@v2.0.0-alpha.6/getMonth/index.js";
Examples
// Which month is 29 February 2012?
var result = getMonth(new Date(2012, 1, 29))
//=> 1
// Which month is 29 February 2012? var result = getMonth(new Date(2012, 1, 29)) //=> 1