Looking to delete the dates from my projects on home page?

Add the css code below in Theme Options > Custom CSS box:

html .et_pb_portfolio_item .post-meta {
display: none;
}