Database

[{firstName:"Alexis",lastName:"Sanchez",birthDate:ISODate("1991-01-10T16:20:00Z")}]

Query

db.collection.aggregate([{$project:{_id:1,firstName:1,lastName:1,birthDate:{$dateToString:{format:"%d/%m/%Y",date:"$birthDate"}}}}])

Result