How can I restrict a date variable on a catalog item so that users cannot select a date in the past or more than 2 dates in the future?
I have a catalog item that has two date variables, a delivery date and an expiration date. For both variables, I need users to not be able to select a date that is in the past and also not more than business days in the future. The script below help...
