Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ptera/mod.ts>DateTime#isBetween

Ptera is DateTime library for Deno
Latest
method DateTime.prototype.isBetween
import { DateTime } from "https://deno.land/x/ptera@v1.0.2/mod.ts";

Parameters

startDate: DateTime
endDate: DateTime

Returns

boolean