DateFormatType

public protocol DateFormatType

DateFormat defines the format of a date formatter.

Author

Adamas

Version

1.8.0

Date

26/04/2022
  • The pattern that should be applied

    Declaration

    Swift

    var pattern: String { get }