swift-foundation icon indicating copy to clipboard operation
swift-foundation copied to clipboard

`DateComponentsFormatter` unavailable

Open 0xTim opened this issue 2 years ago • 2 comments

It's explicitly marked as unavailable, yet another missing API

https://github.com/apple/swift-corelibs-foundation/blob/main/Sources/Foundation/DateComponentsFormatter.swift#L12

0xTim avatar Sep 29 '23 00:09 0xTim

We do have the newer IntervalFormatStyle here:

https://github.com/apple/swift-foundation/blob/4a0637fba3cdd9c520a9ac5ab92b4c124491bd88/Sources/FoundationInternationalization/Formatting/Date/Date%2BIntervalFormatStyle.swift

and RelativeFormatStyle here:

https://github.com/apple/swift-foundation/blob/4a0637fba3cdd9c520a9ac5ab92b4c124491bd88/Sources/FoundationInternationalization/Formatting/Date/Date%2BRelativeFormatStyle.swift

parkera avatar Sep 29 '23 21:09 parkera

Date.ComponentsFormatStyle needs to be ported still.

parkera avatar Sep 29 '23 21:09 parkera