- MomentJS 教程
- MomentJS - 主页
- MomentJS - 概览
- MomentJS - 环境设置
- MomentJS - 介绍
- MomentJS - 解析日期和时间
- MomentJS - 日期验证
- MomentJS - getter 和 setter
- 操作日期和时间
- 日期和时间的格式化
- MomentJS - 日期查询
- MomentJS - 国际化
- MomentJS - 自定义
- MomentJS - 时长
- MomentJS - 工具
- MomentJS - 插件
- MomentJS - 示例
- MomentJS 有用资源
- MomentJS - 快速指南
- MomentJS - 有用资源
- MomentJS - 讨论
MomentJS - 闰年判断
如果 moment 年份是闰年,此方法将返回 true 或 false。
语法
moment().isLeapYear();
示例
var isleapyear = moment([2000]).isLeapYear();
输出
momentjs_date_queries.htm
广告