Hour Minute Seconds DatePicker

A DatePicker for just hour, minute, and second.

Hour Minute Seconds DatePicker - watchOS Light Mode Preview

Platform Compatibility

watchOS 10.0+

Tags

SwiftUI Code

Docs
@State private var date = Date()

var body: some View {
  DatePicker("Select Date", selection: $date, displayedComponents: .hourMinuteAndSecond)
}

Found an issue or have a suggestion?

Created: June 4, 2025Updated: June 5, 2025