So Im working of reading a file containing appointments that I wrote to earlier in my code. I want to sift through the text file and find appointments on a certain date and
You are reading the line twice..
while ((read = in.readLine()) != null) { // here read = in.readLine(); // and here