Date Mutators: Date Formats

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class Flight extends Model
{
    /**
     * The storage format of the model's date columns.
     *
     * @var string
     */
    protected $dateFormat = 'U';
}

Date Mutators: Date Formats — Structure map

Clickable & Draggable!

Date Mutators: Date Formats — Related pages: