We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6543e72 commit a59f422Copy full SHA for a59f422
snippets/csharp/System/DateTime/ToString/ToString4.cs
@@ -13,7 +13,7 @@ public static void Main()
13
new CultureInfo("de-DE"),
14
new CultureInfo("es-ES"),
15
new CultureInfo("ja-JP")
16
- ];
+ ];
17
18
DateTime thisDate = new(2025, 5, 1, 9, 0, 0);
19
0 commit comments