Skip to content

Commit

Permalink
Fixed format for forecast date string
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantelis Giazitsis committed Jul 4, 2024
1 parent 750e341 commit 6e7957e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxm-ios/Toolkit/Toolkit/Utils/DateExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public extension Date {
case monthLiteralDayTime = "MMM d, HH:mm"
case dayFullLiteral = "EEEE"
case dayShortLiteralDayMonth = "E dd, MMM yy"
case dayShortLiteralMonthDay = "E, MMM yy"
case dayShortLiteralMonthDay = "E, MMM d"
case fullDateTime = "MM/dd/yyyy, HH:mm"
}

Expand Down

0 comments on commit 6e7957e

Please sign in to comment.