-
Notifications
You must be signed in to change notification settings - Fork 1
Контролы
magwai edited this page Jul 14, 2011
·
4 revisions
Пример использования
...
'start_time' => array(
'title' => 'Дата и Время',
'type' => 'datetime',
'formatter' => 'date',
'formatoptions' => array('srcformat' => 'Y-m-d H:i','newformat' => 'd.m.Y H:i'),
'param' => array(
'value' => date('d.m.Y H:i'),
//'showSecond' => true,
'timeFormat' => 'hh:mm'
),
'order' => 2,
'sortable' => true,
'required' => true
),
...