Skip to content

Instantly share code, notes, and snippets.

@reachkamrul
Created March 18, 2020 08:57
Show Gist options
  • Save reachkamrul/778801b700d4ea3b6eabd59d5796f303 to your computer and use it in GitHub Desktop.
Save reachkamrul/778801b700d4ea3b6eabd59d5796f303 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,
});
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment