var timeString=$('.csstdhighlight').closest('tr').find('td:first-child').text();
//getting timestrinfg like this
timeString="07:15 PM07:30 PM07:45 PM08:00 PM08:15 PM08:30 PM08:45 PM";
I have to convert string to array.
So that I can get Start time and end time from array arra[0] will get Start time, array[array.length-1] will get end time