The PHP Include function does the same thing. Something like

<?php
include($template->get_template_dir('/tpl_dates.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_dates.php');
?>

where tpl_dates (in your templates folder) has an echo statement
displaying what you want.

Scott