array( 'left_field' => 'nid', 'field' => 'nid', ), 'node_revisions' => array( 'left_field' => 'nid', 'field' => 'nid', ), ); $data['uc_auction']['expiry'] = array( 'title' => t('Auction Expiry date'), // The item it appears as on the UI, 'help' => t('The date the auction will expire.'), // The help that appears on the UI, 'field' => array( 'handler' => 'views_handler_field_date', 'click sortable' => TRUE, ), 'sort' => array( 'handler' => 'views_handler_sort_date', ), // Information for accepting a rexpiry as a filter 'filter' => array( 'handler' => 'views_handler_filter_date', 'help' => t('Filter on the expiry date based on +2 days or 11/23/2008 HH:MM'), ), // Information for sorting on a date. 'sort' => array( 'handler' => 'views_handler_sort_date', ), ); return $data; }