toshortstring -> tostring
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user