is-time
function
The is-time
action checks if a value is in time format (hh:mm). It belongs to the logicfn category within the system area.
Action Syntax
is-time $variable
A variable name starting with $
Return Value
This function returns a
BOOLEAN
value that can be stored in a variable:
$result = is-time
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = is-time $varname
Action code: 2926975894
Version: 0.0.0
Last updated: 2025-06-13