toshortstring -> tostring
This commit is contained in:
@@ -383,7 +383,7 @@ namespace FEQ0000
|
||||
else dr.pumidx = int.Parse(tbPumIDX.Text);
|
||||
dr.sid = tbSID.Text.Trim();
|
||||
|
||||
dr.pdate = this.dtPdate.Value.ToShortDateString();
|
||||
dr.pdate = this.dtPdate.Value.ToString("yyyy-MM-dd");
|
||||
dr.place = cmbPlace.Text;
|
||||
|
||||
dr.gcode = FCOMMON.info.Login.gcode;
|
||||
|
||||
Reference in New Issue
Block a user