Help needed in retrieving a table value

Help needed in retrieving a table value

I have a sequence (specifically in YYYY-MM-DD h:mm A format) occuring in every row of a table but in different columns. I want to retrieve the value of each sequence occurring in each row. Please help how can I retrieve them. My closest guess is $.each but how can I get all the row values in an array??? Any alternate way is also highly appreciated.