Possible Duplicate:
Best way to parse HTML with PHP
I'm new to PHP and want to extract the second date from a string of this format :
<span class="date-display-start">28.12.2011</span><span class="date-display-separator"> - </span><span class="date-display-end">05.01.2012</span>
I'm not sure what PHP functions I can best use to do this ?