文件名称:moment-calendar:提供可查询的日历数据结构
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-05 04:08:37
JavaScript
时刻日历 提供可查询的日历数据结构。 基于 。 安装 $ npm install moment-calendar 用法 var Calendar = require ( 'moment-calendar' ) ; var calendar = new Calendar ( { // name of the property in event objects containing the start date eventStartDate : 'start' , // name of the property in event objects containing the end date eventEndDate : 'end' , // locale locale : 'en' } ) ; // you can reconfigure an existing
【文件预览】:
moment-calendar-master
----.gitignore(98B)
----README.md(2KB)
----tests()
--------lib()
----LICENSE(1KB)
----package.json(662B)
----Jakefile(87B)
----CODE_OF_CONDUCT.md(3KB)
----index.js(43B)
----lib()
--------calendar.js(14KB)