currentFormat
The current default format, expressed as an object containing all format specifications in all available lengths for the current locale. It is updated whenever the default locale changes. If a custom date format was provided for the current locale, then it is given priority. If no date format exists for the current locale (either custom or built-in), the English US date format is returned as a fallback.
Presentation
const currentFormat : Signal <LmnDateFormatPreset >;