Class Time
- MvcCore\Ext\Form\Core\Field
-
MvcCore\Ext\Form\Date
-
MvcCore\Ext\Form\Time
RenderControl(),
SetFormat(),
SetMax(),
SetMin(),
SetStep(),
SetValue(),
SetWrapper()
|
public
string
|
$Type
date/time/datetime field, coud be defined in extended control classes laso as week, year or day |
#
'time'
|
public
string
|
$Format
Valid Datetime format to create PHP Datetime by DateTime::createFromFormat($field->Format);. |
#
'H:i'
|
public
string[]|Closure[]
|
$Validators
Validators used for submitted value to check format, min, max and dangerous characters |
#
array('Time')
|
$Max,
$Min,
$Step,
$Wrapper
|
$ControlAttrs,
$Css,
$CssClasses,
$Disabled,
$Errors,
$Form,
$Id,
$Js,
$JsClass,
$Label,
$LabelAttrs,
$LabelSide,
$Name,
$Readonly,
$RenderMode,
$Required,
$TemplatePath,
$Templates,
$Translate,
$Value,
$View,
$declaredProtectedProperties
|