baseTable(); $threshold = strtotime('-14 days', DBDatetime::now()->getTimestamp()); return SiteTree::get() ->filter('LastEdited:GreaterThan', date("Y-m-d H:i:s", $threshold)) ->orderBy("\"$tableName\".\"LastEdited\" DESC"); } public function columns() { return [ "Title" => [ "title" => "Title", "link" => true, ], ]; } }