posted 14 years ago
input
row1: "2010-04-21 11:01:35",
row2: "2010-04-22 11:01:58",
row3: "2010-04-23 11:02:21",
row4: "2010-04-24 11:02:42",
row4: "2010-04-24 11:03:28",
row5: "2010-04-25 11:03:51"
i get the data like this
i need to get the hh, mm and ss seperate and compare each row by row the hh mm ss is same or not
i need temp = gpstime[k].split(" ");
please help me