This commit is contained in:
jitendra 2021-01-05 18:30:18 +05:30
parent c7deb7b066
commit ea2f1c327e
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class EventDataGrid extends DataGrid
$this->addColumn([
'index' => 'date',
'label' => trans('admin::app.datagrid.date'),
'type' => 'date',
'type' => 'datetime',
'searchable' => true,
'sortable' => true,
'filterable' => true,