withDay
Declaration
static var withDay: ISO8601DateFormatter.Options { get }Discussion
The date representation includes the day. The format for day is inferred based on provided options:
If withMonth is specified,
ddis used.If withWeekOfYear is specified,
eeis used.Otherwise,
DDDis used.