Skip to main content
Module

x/date_fns/index.js>isFriday

date-fns Deno package
Very Popular
Go to Latest
function isFriday
import { isFriday } from "https://deno.land/x/date_fns@v2.11.1/index.js";

Examples

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

Parameters

dirtyDate
  • the date to check