Show/Hide message based on if a date falls between 2 input dates.
I have a form that has 2 date inputs representing the start and end date of a trip.
I have a 3rd date input that requests the company credit card expiration date. I want to show/hide a message that says something along the lines of "card will expire during trip" if the expiration date of the credit card is before the end date.
In summary.
Input start date, input end date, input cc expiration date. If cc expiration date is before end date, show a message, if not, message is hidden.
Thanks in advance.
JT
