Global Variables

The following global variables are available globally.

  • Defines a global default DateFormatter with the following characteristics:

    • Gregorian calendar
    • yyyy-MM-dd date format
    • US date locale

    Declaration

    Swift

    public let DefaultDateFormatter: DateFormatter
  • Defines a global default week DateFormatter that displays the full name of the days of the week.

    Declaration

    Swift

    public let DefaultWeekDateFormatter: DateFormatter