toshortstring -> tostring
This commit is contained in:
@@ -137,7 +137,7 @@ namespace FEQ0000.Purchase
|
||||
}
|
||||
else
|
||||
{
|
||||
dr.indate = dtInDate.Value.ToShortDateString();
|
||||
dr.indate = dtInDate.Value.ToString("yyyy-MM-dd");
|
||||
dr.receive = cmbReceive.Text.Substring(1, cmbReceive.Text.IndexOf("]") - 1);
|
||||
// dr.receiveName = cmbReceive.Text.Substring(cmbReceive.Text.IndexOf("]") + 1).Trim();
|
||||
if (int.TryParse(tbInQty.Text, out int qty) == false)
|
||||
|
||||
Reference in New Issue
Block a user