hello forums!
can anybody give idea on different types of date format validation function like Y-m-d , dmY etc.
example:
[PHP]function validateDate($input_date, $format){
//necessary processings....
return bool;
}
validateDate('2008-08-135', 'Y-m-d');[/PHP]
Thanks in advance for the valueable suggestions