toshortstring -> tostring

This commit is contained in:
ChiKyun Kim
2025-12-19 08:23:13 +09:00
parent ab46ccb924
commit b1c3bbac42
76 changed files with 324 additions and 324 deletions

View File

@@ -25,7 +25,7 @@ namespace FCM0000.Inventory
this.Show();
Application.DoEvents();
this.tbDate.Text = DateTime.Now.ToShortDateString();
this.tbDate.Text = DateTime.Now.ToString("yyyy-MM-dd");
this.reportViewer1.PageCountMode = Microsoft.Reporting.WinForms.PageCountMode.Actual;
this.reportViewer1.ZoomMode = Microsoft.Reporting.WinForms.ZoomMode.PageWidth;
refreshData();