UNPKG

date-and-time

Version:

The simplest, most intuitive date and time library

2 lines (1 loc) 760 B
"use strict";const e={MMMM:["januar","februar","marts","april","maj","juni","juli","august","september","oktober","november","december"],MMM:["jan.","feb.","mar.","apr.","maj","jun.","jul.","aug.","sep.","okt.","nov.","dec."],dddd:["søndag","mandag","tirsdag","onsdag","torsdag","fredag","lørdag"],ddd:["søn.","man.","tirs.","ons.","tors.","fre.","lør."],dd:["sø","ma","ti","on","to","fr","lø"],A:["AM","PM"],AA:["A.M.","P.M."],a:["am","pm"],aa:["a.m.","p.m."]};var a=new class{getLocale(){return"da"}getMonthList(a){return"long"===a.style?e.MMMM:e.MMM}getDayOfWeekList(a){return"long"===a.style?e.dddd:"short"===a.style?e.ddd:e.dd}getMeridiemList(a){return"long"===a.style?"lowercase"===a.case?e.aa:e.AA:"lowercase"===a.case?e.a:e.A}};module.exports=a;