daterangepicker not work when i use asp-for why and what is the solution
why not working and show problem in pkugin
<input type="text" class="form-control form-control-solid" placeholder="Publishing Date" id="kt_daterangepicker_3" asp-for="PublishingDate"/>
and js
$("#kt_daterangepicker_3").daterangepicker({
singleDatePicker: true,
showDropdowns: true,
autoUpdateInput: true,
autoApply: true,
drops: 'up',
maxDate: parseInt(moment().format("YYYY"), 12)
});
Replies (0)
There is no reply for this question at the moment. Be first to leave a reply.