Xcode – SwiftUI – I want to display birthdate(only day, month and year) after i get it out of the `Datepicker`
I want to display the date that user chooses using the datepicker but it displays all the information and also i want to calculate the age but i dont really know how, now i solved the problem with displaying Date()…