UNPKG

moment-working-days

Version:

This is a Moment.js plugin that allows you to calculate working days considering sequence of date(s) - similar to start-stop timer sequence. You can customize the week off days, and also declare custom dates for holidays (eg: public holidays) to exclude t

38 lines (37 loc) 1.06 kB
{ "name": "moment-working-days", "version": "0.1.8", "description": "This is a Moment.js plugin that allows you to calculate working days considering sequence of date(s) - similar to start-stop timer sequence. You can customize the week off days, and also declare custom dates for holidays (eg: public holidays) to exclude them from being counted as working day(s)", "main": "src/index.js", "scripts": { "test": "node ./examples/example.js" }, "repository": { "type": "git", "url": "git+https://github.com/yatishbalaji/moment-working-days.git" }, "keywords": [ "calculate", "working", "days", "moment", "TAT", "turn-around-time", "count", "workingdays", "weekoffs", "timer" ], "author": "Yatish Balaji", "license": "ISC", "bugs": { "url": "https://github.com/yatishbalaji/moment-working-days/issues" }, "homepage": "https://github.com/yatishbalaji/moment-working-days#readme", "dependencies": { "moment": "^2.24.0" }, "devDependencies": { "jsdoc": "^3.6.3" } }