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/isWednesday/index.ts";

Examples

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

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is Wednesday