使用方法
- 下载:
http://momentjs.cn/downloads/moment.js
多语言版本:http://momentjs.cn/downloads/moment-with-locales.js
- 输出
moment();为对象
moment().format('YYYY-MM-DD');//输出xxxx-xx-xx
moment().add(7,'days');//moment()对象增加7天 months ,years 加法
moment().subtract(1,'years')//去年此时 减法