We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e911834 commit d42c329Copy full SHA for d42c329
1 file changed
Samples/Swift/DaysUntilBirthday/Shared/ViewModels/AuthenticationViewModel.swift
@@ -74,7 +74,7 @@ final class AuthenticationViewModel: ObservableObject {
74
var formattedAuthTimeString: String? {
75
guard let date = authTime else { return nil }
76
let formatter = DateFormatter()
77
- formatter.dateFormat = "dd/MM/yyyy"
+ formatter.dateFormat = "MM/dd/yyyy"
78
return formatter.string(from: date)
79
}
80
0 commit comments