Module

x/february29th/mod.ts>default

A JavaScript module and CLI tool that does nothing but tell you whether or not it's February 29th
Latest
function default
import { default } from "https://dotland.deno.dev/x/february29th@0.1.1/mod.ts";

Finds out whether or not the current date is February 29th.

Returns

boolean

Returns true if the current date is February 29th, and false if not.