i have got time stamp in this format ( 2011-07-05T20-56-32Z) by the another function.
i want to increment the seconds by 1 sec each time until 59 and after that i want to increment the minute by 1 .
i have to write a function parse that time as string ..and find out the seconds position and increment it each time ..
please help me how to do that ..
basically the question is ..write a function which parse the string and increment the seconds position by one each time .