nepali-date-picker
nepali-date-picker copied to clipboard
Error: Property 'nepaliDatePicker' does not exist on type 'JQuery<HTMLElement>
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, %y",
closeOnDateSelect: true,
minDate: "सोम, जेठ१०, २०à¥à¥©",
maxDate: "मंगल, जेठ३२, २०à¥à¥©"
});
HTML:
<div class="form-group">
<input type="text" value="" name="date" class="date-picker nepalidatepicker">
</div>
Do I need to import anything in my TS file to get rid of this error?
Did you solve the issue? I am facing the same error. if yes please comment how.
Stale issue, closing.