Closed Oliverq755 closed 5 months ago
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.
Hey there, thanks for the datepicker,
I tried to implement it in my application, however, its throwing error on Initialize Date Picker
ts file:
HTML:
Do I need to import anything in my TS file to get rid of this error?