MCPcopy
hub / github.com/iamkun/dayjs / getLongDateFormat

Function getLongDateFormat

src/plugin/localeData/index.js:16–17  ·  view source on GitHub ↗
(l, format)

Source from the content-addressed store, hash-verified

14 }
15 const getDayjsLocaleObject = () => dayjs.Ls[dayjs.locale()]
16 const getLongDateFormat = (l, format) =>
17 l.formats[format] || t(l.formats[format.toUpperCase()])
18
19 const localeData = function () {
20 return {

Callers 2

localeDataFunction · 0.85
index.jsFile · 0.85

Calls 1

tFunction · 0.90

Tested by

no test coverage detected