Hi
I'd imagine this would be an easy one but I'm trying to extract the date in the following string:
<TABLE style="WIDTH: 1046pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=1389><COLGROUP><COL style="WIDTH: 110pt; mso-width-source: userset; mso-width-alt: 4835" width=147><COL style="WIDTH: 52pt" span=18 width=69><TBODY><TR style="HEIGHT: 14.95pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: white; WIDTH: 1046pt; HEIGHT: 14.95pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl64 height=20 width=1389 colSpan=19>Round 1, Thursday, 24th March 2011
</TD></TR></TBODY></TABLE>
The date should always begin on the 2nd character after the 2nd comma (working left to right).
Just want the date, not the day of the week, so result wanted would be: "24th March 2011"
Thanks in advance
I'd imagine this would be an easy one but I'm trying to extract the date in the following string:
<TABLE style="WIDTH: 1046pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=1389><COLGROUP><COL style="WIDTH: 110pt; mso-width-source: userset; mso-width-alt: 4835" width=147><COL style="WIDTH: 52pt" span=18 width=69><TBODY><TR style="HEIGHT: 14.95pt" height=20><TD style="BORDER-BOTTOM: #f0f0f0; BORDER-LEFT: #f0f0f0; BACKGROUND-COLOR: white; WIDTH: 1046pt; HEIGHT: 14.95pt; BORDER-TOP: #f0f0f0; BORDER-RIGHT: #f0f0f0" class=xl64 height=20 width=1389 colSpan=19>Round 1, Thursday, 24th March 2011
</TD></TR></TBODY></TABLE>
The date should always begin on the 2nd character after the 2nd comma (working left to right).
Just want the date, not the day of the week, so result wanted would be: "24th March 2011"
Thanks in advance