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
173 lines (49 loc) • 2.24 kB
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Module: WorkingDays</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
</head>
<body>
<div id="main">
<h1 class="page-title">Module: WorkingDays</h1>
<section>
<header>
</header>
<article>
<div class="container-overview">
<div class="description">This is a Moment.js plugin that allows you to calculate working days considering sequence * of date(s). 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)</div>
<dl class="details">
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="index.js.html">index.js</a>, <a href="index.js.html#line13">line 13</a>
</li></ul></dd>
</dl>
</div>
<h3 class="subsection-title">Classes</h3>
<dl>
<dt><a href="module-WorkingDays-WorkingDays.html">WorkingDays</a></dt>
<dd></dd>
</dl>
</article>
</section>
</div>
<nav>
<h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-WorkingDays.html">WorkingDays</a></li></ul><h3>Classes</h3><ul><li><a href="module-WorkingDays-WorkingDays.html">WorkingDays</a></li></ul>
</nav>
<br class="clear">
<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.3</a> on Mon Dec 09 2019 16:09:57 GMT+0530 (IST)
</footer>
<script> prettyPrint(); </script>
<script src="scripts/linenumber.js"> </script>
</body>
</html>