LMongo\Eloquent\Model::getDateFormat PHP Méthode

getDateFormat() protected méthode

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