Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/february29th/src/february29th.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://deno.land/x/february29th@0.1.1/src/february29th.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.