JUMP TOArrayInstance MethodschunkconcatdifferencedifferenceBydifferenceWithdropdropRightdropRightWhiledropWhilefindIndexfindLastIndexintersectionintersectionByintersectionWithsliceDateInstance MethodsisAfterisBeforetoStringtoStringPropertieserayearmonthdayminutesecondnanosecondweekdayweekdayOrdinalquarterweekOfMonthweekOfYearIntdigitsdownTofactorialisEvenisInisOddtimesupToStringdatePowered by toStringtoString(format: String, locale: Locale = default) -> StringReturn the string representation for a date. Parameters format: A date format string. locale: Locale for the string. Default to the current locale. Returns The date string. Swiftlet date = Date() date.toString(format: "MMM yyyy") // -> "Dec 2016"