- MomentJS 教程
- MomentJS - 主页
- MomentJS - 概览
- MomentJS - 环境设置
- MomentJS - 介绍
- MomentJS - 解析日期和时间
- MomentJS - 日期验证
- MomentJS - 获取器/设置器
- 操作日期和时间
- 格式化日期和时间
- MomentJS - 日期查询
- MomentJS - 国际化
- MomentJS - 自定义
- MomentJS - 时段
- MomentJS - 实用工具
- MomentJS - 插件
- MomentJS - 实例
- MomentJS 有用资源
- MomentJS - 快速指南
- MomentJS - 有用资源
- MomentJS - 讨论
MomentJS - 是否为时段
此方法用于检查变量是否为 moment 时段对象。
语法
moment.isDuration(obj);
示例
var d = moment.isDuration(moment.duration(2, 'weeks')); var st = moment.isDuration(moment()); var s = moment.isDuration(new Date());
输出
momentjs_durations.htm
广告