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.0.0-alpha.35/isWeekend/index.js";

Examples

// Does 5 October 2014 fall on a weekend? var result = isWeekend(new Date(2014, 9, 5)) //=> true

Parameters

dirtyDate
  • the date to check