SyntaxFix
Write A Post
Hire A Developer
Questions
Determine if any string is a date
function checkIsAValidDate($myDateString){ return (bool)strtotime($myDateString); }