/ Published in: PHP
Expand |
Embed | Plain Text
/** * Validates Time in 24 hour format (e.g. 20:32). * * @param string $time Name of submitted value to be checked. */ public function isTime($time) { }
You need to login to post a comment.
/** * Validates Time in 24 hour format (e.g. 20:32). * * @param string $time Name of submitted value to be checked. */ public function isTime($time) { }
You need to login to post a comment.