date
Cell content will be date or time value.
Column::date('{field}')
Important: you must have intl php extension installed to use this column.
Format Date and Time
Column::date('created_at')->format('{date format}', '{time format}')
Column::date('created_at')->formatDate('{date format}')
Column::date('created_at')->formatTime('{time format}')
Supported date and time formats:
- none
- full
- long
- medium
- short