| Current Path : /usr/lib/node_modules/pm2/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/ |
| Current File : //usr/lib/node_modules/pm2/node_modules/@pm2/agent/node_modules/dayjs/esm/locale/en.js |
// English [en]
// We don't need weekdaysShort, weekdaysMin, monthsShort in en.js locale
export default {
name: 'en',
weekdays: 'Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday'.split('_'),
months: 'January_February_March_April_May_June_July_August_September_October_November_December'.split('_')
};