Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c9d69d

Browse files
committed
dotnet#189: fix typo in datetime pattern
1 parent cd28dcc commit 1c9d69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ResXManager.View/Visuals/ResourceView.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ private void ExportExcelCommandConverter_Executing([NotNull] object sender, [Not
157157
DefaultExt = ".xlsx",
158158
Filter = "Excel Worksheets|*.xlsx|All Files|*.*",
159159
FilterIndex = 0,
160-
FileName = DateTime.Now.ToString("yyyy_MM_dd_hh_mm", CultureInfo.InvariantCulture)
160+
FileName = DateTime.Now.ToString("yyyy_MM_dd_HH_mm", CultureInfo.InvariantCulture)
161161
};
162162

163163
if (_configuration.ExcelExportMode == ExcelExportMode.Text)

0 commit comments

Comments
 (0)