UNPKG

nekos-longify-function

Version:

an addon for nodeJS users to help "longify" dates (show full dates)

39 lines (38 loc) 665 B
//english (us) module.exports = { "endings": { "0":"0th", "1":"1th", "2":"2nd", "3":"3rd", "4":"4th", "5":"5th", "6":"6th", "7":"7th", "8":"8th", "9":"9th" }, "days": { "Sun":"Sunday", "Mon":"Monday", "Tue":"Tuesday", "Wed":"Wednesday", "Thu":"Thursday", "Fri":"Friday", "Sat":"Saturday" }, "months": { "Jan":"January", "Feb":"February", "Mar":"March", "Apr":"April", "May":"May", "Jun":"June", "Jul":"July", "Aug":"August", "Sep":"September", "Oct":"October", "Nov":"November", "Dec":"December" } }