LMongo\Eloquent\Model::getDateFormat PHP Method

getDateFormat() protected method

Get the format for database stored dates.
protected getDateFormat ( ) : string
return string
    protected function getDateFormat()
    {
        return 'Y-m-d H:i:s';
    }
Model