Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbimochan/fiscal-year-nepal
Upcoming fiscal expire date from given date for Nepal in A.D"
https://github.com/sbimochan/fiscal-year-nepal
fiscal fiscal-year nepali-date nepali-date-conversion
Last synced: 12 days ago
JSON representation
Upcoming fiscal expire date from given date for Nepal in A.D"
- Host: GitHub
- URL: https://github.com/sbimochan/fiscal-year-nepal
- Owner: sbimochan
- License: mit
- Created: 2019-02-03T14:44:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-21T08:48:12.000Z (over 4 years ago)
- Last Synced: 2024-04-28T19:05:27.508Z (9 months ago)
- Topics: fiscal, fiscal-year, nepali-date, nepali-date-conversion
- Language: JavaScript
- Homepage:
- Size: 124 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fiscal Year Nepal
This was created to find upcoming fiscal last date from input date for Nepal(B.S) i.e Asadh 1. This mainly occurs at either 15 or 16 of July in A.D.
The list containing corresponding year and day was manually collected using calender.
> Currently supports date only from 2011 to 2033 A.D
### Installation
```yarn add fiscal-year-nepal```
### Usage
```javascript
import fiscalCalculator from 'fiscal-year-nepal';let upcomingFiscal = fiscalCalculator('2018-7-18');
console.log(upcomingFiscal);
``````
2019-07-16
```### Tests
You can view tests or play with it in RunKit from [here](https://runkit.com/sbimochan/fiscal-year-test)## License
[MIT](LICENSE)