Skip to content
Advertisement

php date validation

Im trying to to set up a php date validation (MM/DD/YYYY) but I’m having issues. Here is a sample of what I got:

JavaScript

Advertisement

Answer

You could use checkdate. For example, something like this:

JavaScript

A more paranoid approach, that doesn’t blindly believe the input:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement