UNPKG

dayjs

Version:

2KB immutable date time library alternative to Moment.js with the same modern API

7 lines (6 loc) 148 B
export default (function (o, c) { var proto = c.prototype; proto.quarter = function () { return Math.ceil((this.month() + 1) / 3); }; });