string _sanitize(
string
$value)
|
|
Forces the value to an ISO-8601 formatted time ("hh:ii:ss").
Tags:
Overrides
KFilterTimestamp::_sanitize() (Forces the value to an ISO-8601 formatted timestamp using a space separator ("yyyy-mm-dd hh:ii:ss") instead of a "T" separator.)
Parameters:
bool _validate(
scalar
$value)
|
|
Validates that the value is an ISO 8601 time string (hh:ii::ss format).
As an alternative, the value may be an array with all of the keys for `H`, `i`, and optionally `s`, in which case the value is converted to an ISO 8601 string before validating it.
Tags:
Overrides
KFilterTimestamp::_validate() (Validates that the value is an ISO 8601 timestamp string.)
Parameters: