Nepali Date Picker jQuery Plugin | nepaliDatePicker

Nepali Date Picker is a customizable, easy-to-use, and input-based date picker plugin mostly based on the Nepali calendar.

Users can choose a Nepali date in the navigable month view and change month and 12 months from dropdown menus at the height of the Nepali calendar.

Must Read: Advanced Nepali Multiple Date Picker For jQuery

How to make use of it:

1. Install & Download with NPM.

# NPM
$ npm i nepali-date-picker --save

2. Insert the Nepali Date Picker’s JavaScript and CSS information into the HTML web page.

<!-- Required -->
<script src="/path/to/cdn/jquery.slim.min.js"></script>
<!-- From Local -->
<link rel="stylesheet" href="./dist/nepaliDatePicker.min.css" />
<script src="./dist/jquery.nepaliDatePicker.min.js"></script>
<!-- Or From A CDN -->
<link rel="stylesheet" href="/dist/nepaliDatePicker.min.css" />
<script src="/dist/jquery.nepaliDatePicker.min.js"></script>

3. Create an input for the Nepali Date Picker.

<input type="text" worth="" name="date" class="example" />

4. Attach the Nepali Date Picker.

$(".example").nepaliDatePicker();

5. Customize the date format.

  • %d: Date, १, १२, …
  • %D: Names of the times of the week, आईत, सोम, …
  • %m: Nepali month, १, ५, …
  • %M: Month title, बैशाख, जेठ, असार, …
  • %y: Year, २०७४, …
$(".example").nepaliDatePicker({
  dateFormat: "%D, %M %d, %y"
});

6. Determine to auto-dismiss the Nepali calendar after a date is chosen.

$(".example").nepaliDatePicker();

7. Set the min/max dates.

$(".example").nepaliDatePicker({
  minDate: 'सोम, जेठ १०, २०७३',
  maxDate: 'मंगल, जेठ ३२, २०७३'
});

8. Set the start/end years.

$(".example").nepaliDatePicker({
  yearStart: 1970,
  yearEnd: 2100
});

9. API strategies.

$(".example").nepaliDatePicker({
  yearStart: 1970,
  yearEnd: 2100
});

10. Event handlers.

$("#example").on("show", function (event) 
  // do something
);

$("#example").on("yearChange", function (event) 
  // do something
);

$("#example").on("monthChange", function (event) 
  // do something
);

$("#example").on("dateChange", function (event) 
  // do something
);

$("#example").on("dateSelect", function (event) 
  // do something
);

Options

OptionData TypeDescription
closeOnDateSelectBoolean
Default value: true
Enable/disable the close date picker on the date selected.
dateFormatString
Default value : “%D, %M %d, %y”
Set date format.
dateFormat: ” %D, %M %d, %y
dateFormated output: बिही, फागुन १०, २०७४%d : Date
१, १२, …%D : Weekday name
आईत, सोम, …%m : Nepali month
१, ५, …%M : Month name
बैशाख, जेठ, असार, …%y : Year
२०७४, …
minDateStringSet min date select range.
“सोम, जेठ १०, २०७३”
Note: Date should be formatted as dateFormat option provided
maxDateStringSet max date select range.
“मंगल, जेठ ३२, २०७३”
Note: Date should be formatted as dateFormat option provided

API:

  • Global variable calendarFunctions
  • Month start form 0 index
    1: January | बैशाख
    12: December | चैत
  • Week Day start form 0 index
    1: Sunday | आईत
    7: Saturday | शनि
FunctionParameterDescription
getNepaliNumber(number)@param {Number} [email protected] {String}Return equivalent number in nepaliNumber
getNumberByNepaliNumber(nepaliNumber)@param {String} [email protected] {Integer}Return equivalent number from nepaliNumber
getBsMonthInfoByBsDate(bsYear, bsMonth, bsDate, dateFormatPattern)@param {Number} [email protected] {Number} [email protected] {Number} [email protected] {String} [email protected] { adDate : DateObject, bsDate : Number, bsMonth : Number, bsMonthDays : Number, bsMonthFirstAdDate : DateObject, bsYear: Number, formattedDate : String, weekDay : Number }Return Bs monthly data
getAdDateByBsDate(bsYear, bsMonth, BsDate)@param {Number} [email protected] {Number} [email protected] {Number} [email protected] {DateObject}Return corresponding Ad date by Bs date
getBsMonthDays(bsYear, bsMonth)@param {Number} [email protected] {Number} [email protected] {Number}Return number of days in bsMonth
getBsDateByAdDate(adYear, adMonth, adDate)@param {Number} [email protected] {Number} [email protected] {Number} [email protected] { bsYear : Number, bsMonth : Number, bsDate : Number }Return corresponding Bs date data by Ad date
getBsYearByAdDate(adYear, adMonth, adDate)@param {Number} [email protected] {Number} [email protected] {Number} [email protected] {Number}Return corresponding Bs year by Ad date
getBsMonthByAdDate(adYear, adMonth, adDate)@param {Number} [email protected] {Number} [email protected] {Number} [email protected] {Number}Return corresponding Bs month by Ad date
bsDateFormat(dateFormatPattern, bsYear, bsMonth, bsDate, day)@param {String} [email protected] {Number} [email protected] {Number} [email protected] {Number} [email protected] {Number} [email protected] {String}Return formatted Bs date
parseFormattedBsDate(dateFormat, dateFormattedText)@param {String} [email protected] {String} [email protected] { bsYear : Number, bsMonth : Number, bsDate : Number, bsDay: Number }Parse formatted date

See Demo And Download

Nepali-Date-Picker-jQuery-Plugin

Official Website(leapfrogtechnology): Click Here

This superior jQuery/javascript plugin is developed by leapfrogtechnology. For extra Advanced Usage, please go to the official website.

Related Posts

Searchable-Select-Dropdown

A Simple Searchable Select Dropdown Plugin | jQuery Select Search

Simple jQuery search on the selection options plugin for your website. Next, there is a checkbox replacement plugin that refines and beautifies the original selection element with…

country-dropdown-with-flags

A Quick jQuery-Based Country Picker With Flags | Country Select JS

Country Select JS is a jQuery plugin to select a country, based on the international phone input plugin. Adds a flag dropdown to any input, which lists…

Autocomplete-and-Typeahead-Javascript-Library

Simple and Fast Autocomplete and Typeahead Javascript Library | autoComplete.js

autoComplete.js is a simple, pure, and incrementally designed JavaScript library for speed, high versatility, and seamless integration with a wide variety of projects and systems. Features Pure…

Bootstrap-Notification-Message-Alert-Plugin

Bootstrap Notification Message Alert Plugin with jQuery

BootstrapMsg is a jQuery plugin for displaying messages with Bootstrap alert classes to generate hierarchical in-page navigation for an extended webpage sectioned by heading components. Using Bootstrap…

jquery-google-chart-plugin

jQuery Plugin for Transforming HTML Tables Into Charts Using Google Charts

Chartinator is a jQuery plugin for converting HTML tables, Google Sheets and js arrays into charts using Google Charts. Use data from HTML tables Chartinator is designed…

free-vue-chart-library

Customizable & Composable Charts for VueJS | vue-wcharts

WCharts is a library that makes it easy to create your own charts using Vuejs. You can easily create reusable chart components. Use a basic layout or…

Leave a Reply

Your email address will not be published. Required fields are marked *