here is my KSoap result. when i called its getProperty(0) then gives below output.
result.getProperty(0)
[[1], [2013-06-21 00:00:00.0]]
now i need to get only its' date section
eg : 2013-06-21 00:00:00.0
please advice me to do that .?
Looks like an array to me. What if you parse the property to an array, and get the 2nd object?