Skip to main content
Deno 2 is finally here 🎉️
Learn more
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.12.0/isWednesday/index.js";

Examples

// Is 24 September 2014 Wednesday? var result = isWednesday(new Date(2014, 8, 24)) //=> true

Parameters

dirtyDate
  • the date to check