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

@@ -36,7 +36,7 @@ namespace FPJ0000
{
this.Validate();
this.dr.remark = tbRemark.Text.Trim();
this.dr.pdate = mcDate.SelectionStart.ToShortDateString();
this.dr.pdate = mcDate.SelectionStart.ToString("yyyy-MM-dd");
DialogResult = System.Windows.Forms.DialogResult.OK;
}
}