examples
Inline Calendar Widget
Inline Date Picker Calendar Widget
You can use Nepali Date Picker as inline date picker by passing inline: true to the config object.
warningInformation
The current implementation is not designed for use as an inline date picker; however, it can be utilized as a date picker widget. The functionality for an inline picker will be incorporated in a future update.
Nepali Locale
Nepali locale is the default locale of the date picker. You can change the locale to English by passing en to the locale option.
<!-- Inline Calendar Widget -->
<div id="inline-date-picker"></div>
<script>
new NepaliDatePicker('#inline-date-picker', {
inline: true, // default false
})
</script>