Skip to main content
The Deno 2 Release Candidate is here
Learn more
Very Popular
Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.22.1/isFriday/index.ts";

Examples

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

Parameters

dirtyDate: Date | number
  • the date to check

Returns

boolean

the date is Friday