All Projects â†’ leapfrogtechnology â†’ nepali-date-picker

leapfrogtechnology / nepali-date-picker

Licence: ISC license
Nepali Date Picker jQuery Plugin 🇳🇵

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to nepali-date-picker

Angular Datepicker
Highly configurable date picker built for Angular applications
Stars: ✭ 386 (+443.66%)
Mutual labels:  datepicker, date-picker
React Nice Dates
A responsive, touch-friendly, and modular date picker library for React.
Stars: ✭ 924 (+1201.41%)
Mutual labels:  datepicker, date-picker
Calendarview
An Easy to Use Calendar for iOS (Swift 5.0)
Stars: ✭ 429 (+504.23%)
Mutual labels:  datepicker, date-picker
vuejs3-datepicker
vue 3 datepicker. supports disabling, highlighting of dates and programmatic access of date.
Stars: ✭ 23 (-67.61%)
Mutual labels:  datepicker, date-picker
Date Picker
Duet Date Picker is an open source version of Duet Design System’s accessible date picker. Try live example at https://duetds.github.io/date-picker/
Stars: ✭ 1,325 (+1766.2%)
Mutual labels:  datepicker, date-picker
angular-eonasdan-datetimepicker
A wrapper directive around the Eonasdan Datepicker v4 component.
Stars: ✭ 63 (-11.27%)
Mutual labels:  datepicker, date-picker
Mydatepicker
Angular 2+ date picker
Stars: ✭ 558 (+685.92%)
Mutual labels:  datepicker, date-picker
react-calendar
A no dependencies, lightweight and feature-rich âš¡ calendar component for react.
Stars: ✭ 68 (-4.23%)
Mutual labels:  datepicker, date-picker
Datepicker
Get a date with JavaScript! A datepicker with no dependencies.
Stars: ✭ 212 (+198.59%)
Mutual labels:  datepicker, date-picker
Angular Mydatepicker
Angular datepicker and date range picker 📅
Stars: ✭ 76 (+7.04%)
Mutual labels:  datepicker, date-picker
DatePicker
html价格日历控件
Stars: ✭ 21 (-70.42%)
Mutual labels:  datepicker, date-picker
Ngx Mydatepicker
Angular 2+ attribute directive datepicker
Stars: ✭ 123 (+73.24%)
Mutual labels:  datepicker, date-picker
s-date-range-picker
📅 A date range picker built with Svelte
Stars: ✭ 13 (-81.69%)
Mutual labels:  datepicker, date-picker
vue-single-date-picker
A Vue project - single date picker
Stars: ✭ 16 (-77.46%)
Mutual labels:  datepicker, date-picker
flutter date picker timeline
Gregorian and Jalali customizable date picker as a horizontal timeline
Stars: ✭ 29 (-59.15%)
Mutual labels:  datepicker, date-picker
Jtsage Datebox
A multi-mode date and time picker for Bootstrap (3&4), jQueryMobile, Foundation, Bulma, FomanticUI, and UIKit (or others)
Stars: ✭ 481 (+577.46%)
Mutual labels:  datepicker, date-picker
monthyear-picker
Month and Year picker library for Android
Stars: ✭ 34 (-52.11%)
Mutual labels:  datepicker, date-picker
Vue Mj Daterangepicker
🗓Vue.js date range picker with multiples ranges and presets (vue 2.x)
Stars: ✭ 48 (-32.39%)
Mutual labels:  datepicker, date-picker
Datepicker
仿滴滴出行预约打车IOS风格3D时间选择器 🌲
Stars: ✭ 118 (+66.2%)
Mutual labels:  datepicker, date-picker
Vuejs Datepicker
A simple Vue.js datepicker component. Supports disabling of dates, inline mode, translations
Stars: ✭ 2,529 (+3461.97%)
Mutual labels:  datepicker, date-picker

Nepali Date Picker

NPM Version Build Status 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.5.1.slim.min.js" crossorigin="anonymous"></script>
<script src="https://unpkg.com/[email protected]/dist/jquery.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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].