- MomentJS 教程
- MomentJS - 主页
- MomentJS - 概述
- MomentJS - 环境设置
- MomentJS - 介绍
- MomentJS - 解析日期和时间
- MomentJS - 日期验证
- MomentJS - 获取器/设置器
- 处理日期和时间
- 格式化日期和时间
- MomentJS - 日期查询
- MomentJS - 国际化
- MomentJS - 自定
- MomentJS - 持续时间
- MomentJS - 实用工具
- MomentJS - 插件
- MomentJS - 示例
- MomentJS 有用资源
- MomentJS - 速查指南
- MomentJS - 有用资源
- MomentJS - 讨论
MomentJS - 是否日期
此方法将返回真或假,以表明要检查给定的变量是否为本机 JavaScript 日期,即new Date()。
语法
moment.isDate(obj);
示例
var isdate = moment.isDate(new Date());
输出
momentjs_date_queries.htm
广告