Skip to content

Commit

Permalink
malcommac#643 Parse ISO week date format strings
Browse files Browse the repository at this point in the history
  • Loading branch information
malcommac committed Mar 27, 2019
1 parent 68b26ea commit 600a641
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Sources/SwiftDate/Supports/Commons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ public struct DateFormats {
"dddd, MMMM D, yyyy LT",
"yyyyyy-MM-dd",
"yyyy-MM-dd",
"GGGG-[W]WW-E",
"GGGG-[W]WW",
"yyyy-'W'ww-E",
"yyyy-'W'ww",
"yyyy'W'ww",
"yyyy-ddd",
"HH:mm:ss.SSSS",
"HH:mm:ss",
Expand Down

0 comments on commit 600a641

Please sign in to comment.