Users entering trailing slash on date search - hitting urlScan.
I have a date search field in my cfform that is a cfinput field with validation and a javascript calendar so users can either type the date or use the calendar to insert the date properly. However, many still type in the date and when they type /09/ . This hits the url scan when I enter /09/ in dev, if I type /09 I hit the validator message. How can I strip out that trailing slash IF the user hasn't typed in the rest of the date. It's not likely they'll type 09/09/09/ - but if they did it's an invalid date so needs to be handled. Thanks for suggestions.
