Skip to content

Nepali Datepicker ProBikram Sambat pickers for every stack

A self-owned BS ↔ AD calendar engine with date, time, range and month pickers — zero dependencies, ~17 KB gzip, and one package for vanilla JS, jQuery, Vue and React.

The Nepali Datepicker Pro date and time picker, showing a Bikram Sambat calendar with a same-screen time picker

Install

bash
npm install nepali-datepicker-pro
ts
import { mountDateTimePicker } from 'nepali-datepicker-pro';
import 'nepali-datepicker-pro/style.css';

mountDateTimePicker(document.querySelector('#picker'), {
  withTime: true,
  valueFormat: 'iso',
});

No build step? Drop in the CDN bundle and let auto-init find your inputs — see Installation.

Released under the MIT License.