3 Star 0 Fork 1

Jerry K / fx_month_server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.ts 416 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jerry K 提交于 2017-12-11 14:49 . gjwork
import * as moment from 'moment';
// const { VM } = require('vm2')
class Test {
async test() {
let date = moment().subtract(1, "M").toDate()//更新频率 1个月
// console.log('date__________________','2017-11' < '2017-12');
console.log('__________________',moment().subtract(1, "M").format('YYYY-MM'));
}
}
let test = new Test();
test.test();
export default test;
NodeJS
1
https://gitee.com/g0ngjie/fx_month_server.git
git@gitee.com:g0ngjie/fx_month_server.git
g0ngjie
fx_month_server
fx_month_server
master

搜索帮助