Documentation

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.

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>
Previous
Locale