/ Published in: PHP
Expand |
Embed | Plain Text
function checkDateFormat($date) { //match the format of the date { //check weather the date is valid of not return true; else return false; } else return false; }
You need to login to post a comment.
