You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
I noticed recently that the function Valid::date has stopped working for timestamp.
/** * Tests if a string is a valid date string. * * @param string $str date to check * @return boolean */publicstaticfunctiondate($str)
{
return (strtotime($str) !== FALSE);
}
I noticed recently that the function Valid::date has stopped working for timestamp.
Example: