public static DateHelper::seconds($format = 's', $required = FALSE, $increment = 1)
Constructs an array of seconds.
Parameters
string $format: (optional) A date format string that indicates the format to use for the seconds. Defaults to 's'.
bool $required: (optional) If FALSE, the returned array will include a blank value. Defaults to FALSE.
int $increment: An integer value to increment the values. Defaults to 1.
Return value
array An array of seconds in the selected format.
File
core/lib/Dr