Merge pull request #4438 from jitendra-webkul/master

Issue #4434 fixed
This commit is contained in:
Jitendra Singh 2021-01-05 18:46:15 +05:30 committed by GitHub
commit f35ece7ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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,