toshortstring -> tostring
This commit is contained in:
@@ -152,8 +152,8 @@ namespace FCM0000
|
||||
|
||||
this.dr.fromlist = tbFrom.Text.Trim();
|
||||
this.dr.enable = chkEnb.Checked;
|
||||
this.dr.sdate = dtSd.Value.ToShortDateString();
|
||||
this.dr.edate = dtEd.Value.ToShortDateString();
|
||||
this.dr.sdate = dtSd.Value.ToString("yyyy-MM-dd");
|
||||
this.dr.edate = dtEd.Value.ToString("yyyy-MM-dd");
|
||||
this.dr.stime = string.Format("{0}:{1}",cmbHour.Text,cmbMinute.Text);
|
||||
this.dr.tolist = tbTo.Text.Trim();
|
||||
this.dr.bcc = tbBcc.Text.Trim();
|
||||
|
||||
Reference in New Issue
Block a user