Home
Softono

Nepali Date Picker

Open source JavaScript
93
Stars
74
Forks
13
Issues
12
Watchers
2 months
Last Commit

 About Nepali Date Picker

Nepali Date Picker jQuery Plugin 🇳🇵

Platforms

Web Self-hosted

Languages

JavaScript

Need Help Installing Nepali Date Picker?

We provide expert installation service for this software. Our team will install, configure, and secure Nepali Date Picker on your server. plans start at just $30.

Nepali Date Picker

View on GitHub

Nepali Date Picker

NPM Version Download Count

Nepali Date Picker jQuery Plugin for everyone. 🇳🇵

Installation

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.

<!-- this should go after your </body> -->
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/nepaliDatePicker.min.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/nepaliDatePicker.min.css
crossorigin="anonymous" />

Add Input Element

<input type="text" value="" name="date" class="date-picker" />

Initialize Date Picker

$('.date-picker').nepaliDatePicker({
  dateFormat: '%D, %M %d, %y',
  closeOnDateSelect: true,
  minDate: 'सोम, जेठ १०, २०७३',
  maxDate: 'मंगल, जेठ ३२, २०७३'
});

Contributing

Install

npm install
npm run update

Build

npm run build

Test

npm test