Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Very Popular
Go to Latest
function default
import { default } from "https://deno.land/x/date_fns@v2.0.0-alpha.28/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