leonardosantos / momentjs-business

MomentJS extension for business days calculations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

momentjs-business

MomentJS extension for business days calculations (without iteration loops)

Installation

<script src="moment.js"></script>
<script src="momentjs-business.js"></script>

Usage

moment().businessAdd(7);
moment().businessDiff(moment().subtract(7, 'd'));

About

MomentJS extension for business days calculations

License:MIT License


Languages

Language:JavaScript 100.0%