What way can I format the localdate for the auctions, Keep getting an error asking to change constructor to a string but I need it to be a LocalDate
public static void main(String[] args) {
user1 = new User("fred", "fredbloggs");
user2 = new User("joe", "joebloggs");
auction1 = new Auction(1000.00, 5000.00, 2017-04-05);
auction2 = new Auction(30.00, 80.00, );
item1 = new Item("Car - Honda Civic VTI 1.8 Petrol");
item2 = new Item("Sony Bluetooth Speakers");