date-easter:计算给定年份的复活节

时间:2024-05-22 23:14:10
【文件属性】:

文件名称:date-easter:计算给定年份的复活节

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-22 23:14:10

eastern eastern-orthodox JavaScript

日期复活节 计算给定年份的复活节 概要 // ES5 import { easter , gregorianEaster , julianEaster , orthodoxEaster } from 'date-easter' // cjs const { easter , gregorianEaster , julianEaster , orthodoxEaster } = require ( 'date-easter' ) easter ( 2016 ) // { year: 2016, month: 3, day: 27 } gregorianEaster ( new Date ( '2016-01-01' ) ) // { year: 2016, month: 3, day: 27 } julianEaster ( 2016 ) // { year: 2016, month: 4,


【文件预览】:
date-easter-master
----.eslintrc.yml(149B)
----.gitignore(46B)
----package.json(2KB)
----.npmrc(19B)
----src()
--------index.js(2KB)
----.travis.yml(133B)
----LICENSE(1KB)
----types()
--------tslint.json(142B)
--------typings.test.ts(219B)
--------tsconfig.json(413B)
--------index.d.ts(900B)
----rollup.config.mjs(178B)
----README.md(1KB)
----.eslintignore(20B)
----.npmignore(77B)
----test()
--------index.mocha.js(45KB)

网友评论