Tag: Date function
-
PHP function to check valid date
I have written a PHP function to check a supplied string is a valid date or not. Lets have a look into the code. /** * The function is_date() validates the date and returns true or false * @param $str sting expected valid date format * @return bool returns true if the supplied parameter is…