db.cats.aggregate( [ { $project: { _id: 0, formattedDate: { $dateToString: { format: "%Y", date: "$born" } } } } ] )