Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FormatLongFn

import type { FormatLongFn } from "https://esm.sh/v135/date-fns@3.6.0/index.d.mts";

The format long function. Formats date, time or both.

type FormatLongFn = (options: FormatLongFnOptions) => string;

§Type

§
(options: FormatLongFnOptions) => string
[src]