VStack { // show just the date Text(Date.now, style: .date) // show just the time Text(Date.now, style: .time) }
For further actions, you may consider blocking this person and/or reporting abuse
VStack { // show just the date Text(Date.now, style: .date) // show just the time Text(Date.now, style: .time) }
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)