Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created July 20, 2020 13:28
Show Gist options
  • Save reachkamrul/34712727bfecf31d3a5357e0d434bd28 to your computer and use it in GitHub Desktop.
Save reachkamrul/34712727bfecf31d3a5357e0d434bd28 to your computer and use it in GitHub Desktop.
{
onChange: function(selectedDate, dateString) {
var date = selectedDate[0] ;
date.setDate(date.getDate() + 1);
flatpickr('.endingDate', {
"minDate": date,
dateFormat: "d/m/Y",
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment