Created
March 10, 2020 04:10
-
-
Save reachkamrul/b138f86cf8e65fda1e140f60210d9af9 to your computer and use it in GitHub Desktop.
min date flatpickr
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]; | |
flatpickr('.endingDate', { | |
"minDate": date, | |
}); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment