I tried multiple ways to do this and I cannot figure out how to just get the date.
1. substring(item()?['publishDate'], 0, 10)
2. formatDateTime(coalesce(item()?['publishDate'], utcNow()), 'MM-dd-yyyy')
3. formatDateTime(item()?['publishDate'], 'MM-dd-yyyy')

PVA Return:
