LmnDateFormatPreset
No documentation has been provided.
Presentation
type LmnDateFormatPreset = Record<
LmnDateFormatLength ,
{
datetime: string;
date: string;
time: string;
year: string;
month: string;
day: string;
hour: string;
minute: string;
second: string;
}
>;