I am using a web based DOTNET application in which I have a log column in database, Whenever user adds a comments in comments textarea on UI, the date, his name along with the comment are appended to the exisiting data in database. Below is the format in which the column has data:
04/05/11 17:10:19 (user2):Work Log -
Closing.
03/31/11 09:40:02 (user2):Work Log -
Support provided over phone.
03/31/11 09:39:43 (user1):Work Log –
Awaiting support reply
03/30/11 11:30:08 (user2):Work Log -
Manager notified by standard e-mail communication.
03/30/11 11:29:30 (user1):Work Log -
Emailed support team
03/30/11 11:28:52 (user1):Work Log -
I have an issue with my Xbox.
I am trying to now pull all the dates (just the dates) when these comments are entered. I tried many options but none helped.