Skip to main content
Module

x/complaindate/mod.ts>ExPlainDate

JavaScript date-time utilities that keep timezones on the surface
Latest
function ExPlainDate
import { ExPlainDate } from "https://deno.land/x/complaindate@v1.0.1/mod.ts";

Factory function for making extended plain-date objects with extra properties and convenience methods.

Parameters

unnamed 0: { year: number | string; month?: number | string; day?: number | string; }

A date object with properties year, month & day

Returns

A new immutable extended plain-date object