moment.js

  • 周WEEK
    注意:
    周 有两种取值方法:

    1. weeks() 、week()
      The week of the year varies depending on which day is the first day of the week (Sunday, Monday, etc), and which week is the first week of the year.
      各个国家有不同的取值方法~
      For example, in the United States, Sunday is the first day of the week. The week with January 1st in it is the first week of the year.
      In France, Monday is the first day of the week, and the week with January 4th is the first week of the year.

    比如:
    2018-09-02 是个周日 用week()取值为36周,是以-----周日为一周的第一天----统计的 (当前地区时间标准)

    1. isoWeek() 、isoWeeks()
      International Organization for Standardization
      ISO 国际标准化组织
      是以-----周一为一周的第一天----统计的
      2018-09-02 是个周日 用 isoWeek()取值为35周
      同样赋值set 也一样
  1. weeks(Number)、week(Number)
  2. isoWeeks(Number)、 isoWeeks(Number)
    得到的值为第Number的当前星期,
    比如。2018-09-27 是星期四 moment().weeks(1) 获取的是第一周的星期四的日期
  • 星期
    day()、 weekday() 、 isoWeekday()
    moment().isoWeekday(1); // Monday
    moment().isoWeekday(7); // Sunday


  • month() 、 months() (is deprecated 弃用
    0~11


  • dayOfYear() 一年当中的第几天
    Accepts numbers from 1 to 366. If the range is exceeded, it will bubble up to the years.

  • 季度
    quarter() moment().quarter(1)


  • year()
    years()(is deprecated 弃用

    // year(Number)
      moment().year(2017)  // moment("2017-09-27T13:30:50.268")
  • 毫秒 millisecond()、 milliseconds()
    const millisecond = moment().millisecond(1)
    const milliseconds = moment().milliseconds(3)

Accepts numbers from 0 to 999. If the range is exceeded, it will bubble up to the seconds.

  • 秒 second()、seconds(Number)
    Accepts numbers from 0 to 59. If the range is exceeded, it will bubble up to the minutes.

  • 分钟 minute() 、minutes()
    Accepts numbers from 0 to 59. If the range is exceeded, it will bubble up to the hours.

  • 小时 hour() 、hours()

      // 时间溢出到下一天 (今天是27号)
      moment().hour(24) // moment("2018-09-28T00:44:07.656")

Accepts numbers from 0 to 23. If the range is exceeded, it will bubble up to the day.

  • 日期
    date()
    dates() is deprecated 弃用
    Accepts numbers from 1 to 31. If the range is exceeded, it will bubble up to the months.

Moment#date is for the date of the month, and Moment#day is for the day of the week.

  • 星期
    weekday() 0~6
    isoWeekday() 1~7
  const weekday = moment('2017-12-31').weekday()  // 0 星期天
  const isoWeekday = moment('2017-12-31').isoWeekday()  // 7  星期天

Gets or sets the ISO day of the week with 1 being Monday and 7 being Sunday.


  • dayOfYear()
    Accepts numbers from 1 to 366. If the range is exceeded, it will bubble up to the years.
  • 周 属于哪一年
    weekYear()
    isoWeekYear()
  const weekYear = moment('2017-12-31').weekYear()   // 2018 周日为一周的第一天
  const isoWeekYear = moment('2017-12-31').isoWeekYear()    // 2017   周一为一周的第一天
  • 周数
    weeksInYear() 、moment().isoWeeksInYear();
  • 天数
    moment().daysInMonth()
  • 取值
    const all = {
     year: moment().get('year'),
     month: moment().get('month'),
     date: moment().get('date'),
     hour: moment().get('hour'),
     minute: moment().get('minute'),
     second: moment().get('second'),
     millisecond: moment().get('millisecond')
    }
    // { year: 2018,  month: 8,   date: 27,   hour: 14,   minute: 23, second: 12,  millisecond: 815 }
  • 赋值
    moment().set({'year': 2013, 'month': 3});
    Object parsing was added in 2.9.0
  moment().set('year', 2013);
  moment().set('month', 3);  // April
  moment().set('date', 1);
  moment().set('hour', 13);
  moment().set('minute', 20);
  moment().set('second', 30);
  moment().set('millisecond', 123);
  moment.set('M', 3)   // moment("2018-04-27T14:28:07.125")
  • Units 单位
    Units are case insensitive, and support plural and short forms:
    · 支持复数或简短形式
    year (years, y), month (months, M), date (dates, D), hour (hours, h), minute (minutes, m), second (seconds, s), millisecond (milliseconds, ms).

  • 最大值
    moment.max(Moment[,Moment...]);
    没有参数时,返回当前时间

  • 最小值
    moment.min(Moment[,Moment...]);

  • 操作
    add

  const add = moment().add(1, 'day')
  const addmonth = moment([2018, 0, 31]).add(1, 'M')
  // moment("2018-02-28T00:00:00.000")
const addmonth = moment([2016 0, 31]).add(1, 'M')
  // moment("2016-02-29T00:00:00.000")

moment().add('seconds', 1); deorecated 弃用

  • 开始和结束时间
    moment().startOf(String);
    moment().endOf(String);

  • 本地化
    moment().local()

  • 偏移量

  1. moment().valueOf() 毫秒
  2. moment().unix() 秒
  • 数组
  moment().toArray();
  [ 2018, 8, 27, 16, 35, 49, 754 ]

  • isBefore()
  • isSame()
  • isAfter()
  • isBetween()
  • 闰年 isLeapYear();
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 214,377评论 6 496
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,390评论 3 389
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 159,967评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,344评论 1 288
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,441评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,492评论 1 292
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,497评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,274评论 0 269
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,732评论 1 307
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,008评论 2 328
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,184评论 1 342
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,837评论 4 337
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,520评论 3 322
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,156评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,407评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,056评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,074评论 2 352

推荐阅读更多精彩内容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi阅读 7,319评论 0 10
  • **2014真题Directions:Read the following text. Choose the be...
    又是夜半惊坐起阅读 9,457评论 0 23
  • “ 衡山西,岳麓东,城南讲学峙其中。人可铸,金可熔,丽泽绍高风。多材自昔夸熊封。男儿努力,蔚为万夫雄…… ...
    苏尘桥阅读 1,693评论 4 5
  • 前几年闲来无事,就接连养了几次鸡。 第一次一口气买了二十二只三黄鸡。精心伺候了两个多月,怕狗吃,怕耗子咬,准备了专...
    一窗秋阳阅读 372评论 0 0
  • 1. 红毯毒舌摇头丸 Riri不务正业走红毯,说好的新专呢? 又到周一啦! 赶紧来看看尚小姐的红毯毒舌提提劲吧 周...
    时尚八卦尚小姐and娱先生阅读 455评论 0 0