A Moment.js plugin for Weekday functions.
取得在這個月份中有幾個星期 N
moment().getWeekdayCountInMonth();
or
moment().getWeekdayCountInMonth(5);
取得該日期在當月中是第幾週星期 N
moment().getWeekdayWeekInMonth();
or
moment().getWeekdayWeekInMonth(moment('2016-10-10'));
Copyright © 2015 Aren Chen.
The "moment-fn-weekday" Moment.js plugin is licensed under the Apache License, Version 2.0.