Ive tried using:
keyboard.nextLine(),
which gives an error saying that a string cannot be converted to a date, then I tried using:
keyboard.nextDate();
Which gives the error "Cannot find symbol"
System.out.print("Enter a Release date in the format yyyy-mm-dd");
e.setReleaseDate(keyboard.next());
keyboard.nextLine();