1stand15th 中文文档教程

发布于 5年前 浏览 22 项目主页 更新于 3年前

构建状态

1stand15th

获取一年中每月的 1 号和 15 号,或者当前年份的 1 号和 15 号。

const fnf = require('1stand15th');
var year2016 = fnf(); 
// [ '2016-01-01','2016-01-15', '2016-02-01', '2016-02-15', ... ]
var year2015 = fnf(2015);
// [ '2015-01-01','2015-01-15','2015-02-01','2015-02-15','2015-03-01', '2015-03-15', ... ]

Build Status

1stand15th

Get the 1st and 15th of the month for a year, or the 1st and 15th so far for the current year.

const fnf = require('1stand15th');
var year2016 = fnf(); 
// [ '2016-01-01','2016-01-15', '2016-02-01', '2016-02-15', ... ]
var year2015 = fnf(2015);
// [ '2015-01-01','2015-01-15','2015-02-01','2015-02-15','2015-03-01', '2015-03-15', ... ]
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文