https://github.com/leapfrogtechnology/nepali-date-picker
Nepali Date Picker jQuery Plugin 🇳🇵
https://github.com/leapfrogtechnology/nepali-date-picker
calendar date-picker datepicker hacktoberfest nepali-calendar nepali-date-picker
Last synced: about 1 year ago
JSON representation
Nepali Date Picker jQuery Plugin 🇳🇵
- Host: GitHub
- URL: https://github.com/leapfrogtechnology/nepali-date-picker
- Owner: leapfrogtechnology
- License: isc
- Created: 2016-01-26T09:32:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T03:51:03.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T17:07:31.957Z (about 1 year ago)
- Topics: calendar, date-picker, datepicker, hacktoberfest, nepali-calendar, nepali-date-picker
- Language: JavaScript
- Homepage: http://leapfrogtechnology.github.io/nepali-date-picker/demo/
- Size: 883 KB
- Stars: 88
- Watchers: 12
- Forks: 72
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nepali Date Picker
[![NPM Version][npm-image]][npm-url]
[![Download Count][download-url]][npm-url]
[npm-image]: https://img.shields.io/npm/v/nepali-date-picker.svg?style=flat-square
[npm-url]: https://npmjs.org/package/nepali-date-picker
[download-url]: https://img.shields.io/npm/dt/nepali-date-picker.svg?style=flat-square
Nepali Date Picker jQuery Plugin for everyone. 🇳🇵
## Installation
```bash
npm install nepali-date-picker
```
## Demo and Documentation
> https://leapfrogtechnology.github.io/nepali-date-picker/demo/
## Usage
Include `jQuery`, `nepaliDatePicker.min.js` and `nepaliDatePicker.min.css` in your HTML.
```html
```
### Add Input Element
```html
```
### Initialize Date Picker
```javascript
$('.date-picker').nepaliDatePicker({
dateFormat: '%D, %M %d, %y',
closeOnDateSelect: true,
minDate: 'सोम, जेठ१०, २०à¥à¥©',
maxDate: 'मंगल, जेठ३२, २०à¥à¥©'
});
```
## Contributing
### Install
```bash
npm install
npm run update
```
### Build
```bash
npm run build
```
### Test
```bash
npm test
```