LMongo\Eloquent\Model::getDateFormat PHP 메소드

getDateFormat() 보호된 메소드

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