1.3.0 • Published 5 years ago

recurring_date_tool v1.3.0

Weekly downloads
1
License
ISC
Repository
gitlab
Last release
5 years ago

recurring date utility

Recurring date utility tool provides a date for your recurring subsciptions. It can provide a recurring date for monthly and annual users.

var recurring = require('recurring_date_tool');

Use it in the below manner
recurring.getNextBillingDate(period, date)

The period here is the monthly or annual recurring period. 1 is for monthly and 0 is for annual

Date is the recurring billing date that is available. If current date or date is today then just pass empty string.

Install

$ npm i recurring_date_tool

Contribute

If there is a new model you would like to support, or want to add a direct conversion between two existing models, please send us a pull request.

License

Copyright © 2019-*, Jyotirmoy Pan. Licensed under the MIT License.

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago