An open API service indexing awesome lists of open source software.

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 🇳🇵

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
```