Same-screen time
An optional 12h/24h time picker sits right under the calendar — no second popup, no second field.
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.

npm install nepali-datepicker-proimport { 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.