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

FormatLong

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

The object with functions that return localized formats. Long stands for sequence of tokens (i.e. PPpp) that allows to define how format both date and time at once. Part of the public locale API.

interface FormatLong {
dateTime: FormatLongFn;
}

§Properties

§

The function that returns a localized long date format

§

The function that returns a localized format of date and time combined

§

The function that returns a localized long time format