Created
April 18, 2020 05:52
-
-
Save reachkamrul/1d6cfe0d52ba155c20dbb27754eb7375 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
onChange: function(selectedDate, dateString) { | |
var date = selectedDate[0] ; | |
date.setDate(date.getDate()); | |
flatpickr('.endingDate', { | |
"minDate": date, | |
}); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment