- MomentJS 教程
- MomentJS - 首页
- MomentJS - 概览
- MomentJS - 环境设置
- MomentJS - 介绍
- MomentJS - 解析日期和时间
- MomentJS - 日期验证
- MomentJS - Getter/Setter
- 操作日期和时间
- 格式化日期和时间
- MomentJS - 日期查询
- MomentJS - 国际化
- MomentJS - 自定义
- MomentJS - 时长
- MomentJS - 实用程序
- MomentJS - 插件
- MomentJS - 示例
- MomentJS 有用资源
- MomentJS - 快速指南
- MomentJS - 有用资源
- MomentJS - 讨论
MomentJS - 最大值
此方法给出了时间实例中的最大值。
语法
moment.max(Moment[,Moment...]); moment.max(Moment[]);
示例
var m = moment([2020,10,11]); var k = moment(); var c = moment.max(m,k);
输出
momentjs_getter_setter.htm
广告