nepali-date-picker
nepali-date-picker copied to clipboard
Nepali Date Picker jQuery Plugin 🇳🇵
## Added option locale (default: ne) ```js $('#from-picker').nepaliDatePicker({ dateFormat: '%y-%m-%d', locale: 'en' }); // Output => "2079-3-22" ``` ## Added non zero formatting and full weekday names (on both locale)...
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.2.1 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
When adMonth is 4, and bsMonth is 12, adDate convert bsDate issue
i got the following error while using month and year only: jquery.nepaliDatePicker.min.js:1 Uncaught ReferenceError: Missing required parameters: bsYear, bsMonth, bsDate am i doing something wrong?? following is my code: $(document).ready(function(){...
It would have been nicer to have time select alongside the date itself like for input type `datetime-local`.
please if possible add a feature to calculate the age from the selected date

latest date is not accurate in nepali date picker instead of chaitra 24 its coming 25
Date selection for nepali date seems to be off by one day in the calendar UI. Issue seems to started from english date April 1st, 2021 (Chaitra 19th, 2077) ![date...
Hey there, thanks for the datepicker, I tried to implement it in my application, however, its throwing error on Initialize Date Picker ts file: ``` $(".date-picker").nepaliDatePicker({ dateFormat: "%D, %M %d,...