Someone asked me about Date Validation the other day. Here are two simple approaches for use in your CF apps. Assume that the strDate variable contains your date. On the server-side, you may use IsDate(strDate). On the client side, !isNaN(new Date(strDate)). I don’t know for sure if the client-side code is the best way to […]
validation
There is one post tagged validation.