How to parse date from html page using html agility pack ?

Posted by Harikrishna on Stack Overflow See other posts from Stack Overflow or by Harikrishna
Published on 2010-04-16T10:06:47Z Indexed on 2010/04/16 10:13 UTC
Read the original article Hit count: 274

Filed under:
|
|
|

I have html pages and I am parsing those pages with html agility pack.

Now I want to parse some information.In every pages there is trading date(20/02/02) which I want to parse. Like it will be look like a Trading date : 20/02/02. Now Trading date and date(20/02/02) may be in same column(td) or it can be different column like in first column trading date and in second column 20/02/02 then what should I do ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET