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

@@ -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();