We have array like this
[
[6:02:48 , 06:06:20, 2015-03-24, Tuesday, kuja],
[06:06:20, 06:15:25, 2015-03-24, Tuesday, rahu],
[06:15:25, 06:23:30, 2015-03-24, Tuesday, guru],
[06:23:30, 06:33:05, 2015-03-24, Tuesday, shani],
[06:33:05, 06:41:40, 2015-03-24, Tuesday, budha],
[06:41:40, 06:45:12, 2015-03-24, Tuesday, kethu],
[06:45:12, 06:55:18, 2015-03-24, Tuesday, shukra]
]
When we print array upsublist.get(o);
Output come like this [6:02:48 , 06:06:20, 2015-03-24, Tuesday, kuja]
We need get only one value like kuja or rahu or guru .Please tell me .How to get Only one value
We tried like this upsublist.get(o).get(4)
We got like this 