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

x/cotton/src/utils/date.ts>formatDate

SQL Database Toolkit for Deno
Latest
function formatDate
import { formatDate } from "https://deno.land/x/cotton@v0.7.5/src/utils/date.ts";

Format Date object to be "YYYY-MMMM-DD HH:mm:ss" string

Parameters

date: Date

The date will be formatted

Returns

string