You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Handle the case where none of the formats match
55
+
MessageBox.Show($"The date \"{dateString}\" could not be matched with one of the following formats:\n{string.Join("\n",formats)}","Error",MessageBoxButtons.OK,MessageBoxIcon.Error);
0 commit comments