JSFiddle - React, Tailwind, and code Playground
by Liz4210
HTML
<input id="resDate"/>
JavaScript
var unavailableDates = ["10/27/2018", "11/8/2018", "4/25/2018"]
$(function () {
$("#resDate").datepicker()
});
by Liz4210
<input id="resDate"/>
var unavailableDates = ["10/27/2018", "11/8/2018", "4/25/2018"]
$(function () {
$("#resDate").datepicker()
});