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

x/date_format_deno/mod.ts>dateToString

Simple helper for Deno to convert Date format to string. Possibility to use predefined or custom formats.
Latest
function dateToString
import { dateToString } from "https://deno.land/x/date_format_deno@v1.1.0/mod.ts";

Parameters

format: string | Date
optional
date: Date

Returns

string