I wanted to extract today's date from.Code:http://www.whatsthedatetoday.com/
and the expected output will be: Wednesday, December 14th, 2011
Anybody could help with sample code.
Help is appreciated.
Printable View
I wanted to extract today's date from.Code:http://www.whatsthedatetoday.com/
and the expected output will be: Wednesday, December 14th, 2011
Anybody could help with sample code.
Help is appreciated.
Try taking a look at some regex tutorials, and how to extract data from certain tags with a webclient or webbrowser control