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.
§Properties
§
date: FormatLongFn
[src]The function that returns a localized long date format
§
dateTime: FormatLongFn
[src]The function that returns a localized format of date and time combined
§
time: FormatLongFn
[src]The function that returns a localized long time format