/ Published in: PHP
"YYYY-MM-DD" change pattern your fit code
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
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; }