ColdFusion isvalid for dd/mm/yyyy format

below isvalid code can be used for validating date with dd/mm/yyyy format

<cfoutput>#isvalid("regex","02/28/2015","^(0[1-9]|[12][0-9]|3[01])[- /.](0[1-9]|1[012])[- /.](19|20)\d\d$")#</cfoutput>

Comments

Popular posts from this blog

how to add new line in google form questions | Fix for next line issue in google form questions

How to add new line in dropdown type question in google forms