pickadate.js
pickadate.js copied to clipboard
Not Able To Set Current Date By Default in the Text Box Using Pickadate
Iam not able to set the current date by default in the textbox using pickadate.. Can anyone please explain how to do it.
Read the docs: http://amsul.ca/pickadate.js/date/#formats_prefill
let startDate = new Date(); let datepicker = $('.datepicker').pickadate({ format: 'mm-dd-yyyy', highlight: startDate, });