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