toshortstring -> tostring
This commit is contained in:
@@ -52,7 +52,7 @@ namespace FEQ0000
|
||||
|
||||
var dt = DateTime.Now.AddYears(-2);
|
||||
this.ta.Fill(this.dsPurchase.Ipkolist,
|
||||
dt.ToShortDateString(),
|
||||
dt.ToString("yyyy-MM-dd"),
|
||||
FCOMMON.info.Login.gcode,
|
||||
search_mananger, search_admin);
|
||||
|
||||
@@ -208,7 +208,7 @@ namespace FEQ0000
|
||||
}
|
||||
|
||||
|
||||
tbindate.Text = DateTime.Now.ToShortDateString();
|
||||
tbindate.Text = DateTime.Now.ToString("yyyy-MM-dd");
|
||||
refreshData();
|
||||
}
|
||||
|
||||
@@ -346,7 +346,7 @@ namespace FEQ0000
|
||||
private void tabControl1_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
if (this.tabControl1.SelectedIndex == 1)
|
||||
tbindate.Text = DateTime.Now.ToShortDateString();
|
||||
tbindate.Text = DateTime.Now.ToString("yyyy-MM-dd");
|
||||
}
|
||||
|
||||
private void btRefreshIn_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user