days-cn
v1.0.0
Published
Days of the week in zh_cn.
Downloads
3
Maintainers
Readme
days-cn
Days of the week in zh_cn. See https://github.com/datetime/days in EN.
Install
Install with npm:
$ npm install --save days-cn
Usage
var days = require('days-cn');
console.log(days);
//=> ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六']
console.log(days.abbr)
//=> ['周日', '周一', '周二', '周三', '周四', '周五', '周六']
console.log(days.short)
//=> ['周日', '周一', '周二', '周三', '周四', '周五', '周六']