Created
February 19, 2011 17:25
-
-
Save Zoramite/835202 to your computer and use it in GitHub Desktop.
Testing the isDate() with zip codes that have a +4 code with preceding zeros
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfdump var="#isDate('12345-0001')#" label="Is Date? 12345-0001" /> | |
<cfdump var="#isDate('12345-0010')#" label="Is Date? 12345-0010" /> | |
<cfdump var="#isDate('12345-0100')#" label="Is Date? 12345-0100" /> | |
<cfdump var="#isDate('12345-1000')#" label="Is Date? 12345-1000" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment