ok, I figured it out. add the following code after line 332 on the page-list/page-list.php file:
$list_pages_html .= get_the_date( $format, $page->ID );
This will put the created date after the title but before the content.
Then it will work with Pagelist_ext. I wonder why pagelist has not fixed this yet???