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
Rahul Kumar Barnwal -
Daniel Azevedo -
Lem Dulfo -
Timur Galeev -
Top comments (0)