I am making a booking app, but I am having a problem in my check in button
I want to enable my check in button only if the current date is the same to the check in date


Hi, Use the text on change event to enable/disable button on the date field. By default, it should hide and the rest logic u can add on the OnChange event of the Date field.