This html code for calendar This is calendar I need to set date from excel sheet ,but in this calendar I need to set day and month and year
driver.findElement(By.id("departureDate")).click();
driver.findElement(By.id("departureDate")).sendKeys(depDate);
// String depDate =reader.getCellData("Sheet1","DepatureDate",2);