Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.0.0-alpha.6/isFriday/index.js";

Examples

// Is 26 September 2014 Friday? var result = isFriday(new Date(2014, 8, 26)) //=> true

Parameters

dirtyDate
  • the date to check
dirtyOptions