I have parsed .ics file and get the start date as string , the string contains value like this 20100803T130451Z (this is formated date string), I want to convert this string into my required string format ....
My required format of date string is (Tuesday - May 25,2010 (like this))
Can anyone help me? Thanks in advance.....