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