Contents

withFullDate

Declaration

static var withFullDate: ISO8601DateFormatter.Options { get }

Discussion

The date representation includes the year, month, and day. Equivalent to specifying withYear, withMonth, and withDay

See Also

Constants