- MomentJS 教程
- MomentJS - 首页
- MomentJS - 概述
- MomentJS - 环境设置
- MomentJS - 简介
- MomentJS - 解析日期和时间
- MomentJS - 日期验证
- MomentJS - 获取器/设置器方法
- 处理日期和时间
- 格式化日期和时间
- MomentJS - 日期查询
- MomentJS - 国际化
- MomentJS - 自定义
- MomentJS - 持续时间
- MomentJS - 实用程序
- MomentJS - 插件
- MomentJS - 示例
- MomentJS 实用资源
- MomentJS - 快速指南
- MomentJS - 实用资源
- MomentJS - 讨论
MomentJS - 周数
此方法将从持续时间中返回周数详细信息。要获取持续时间的周长度,请使用 **moment.duration().asWeeks()** 方法。
语法
moment.duration().weeks(); moment.duration().asWeeks();
示例
var m = moment.duration(500, "weeks").weeks(); var asmins = moment.duration(500, "weeks").asWeeks();
输出
momentjs_durations.htm
广告