Date validation in PHP
Posted
by Rachel
on Stack Overflow
See other posts from Stack Overflow
or by Rachel
Published on 2010-03-15T19:29:39Z
Indexed on
2010/03/15
19:49 UTC
Read the original article
Hit count: 246
What would the regex
expression that would go into preg_split
function to validate date in the format of
7-Mar-10
or how can I validate a date of format 7-Mar-10
in PHP
Thanks.
© Stack Overflow or respective owner