toshortstring -> tostring
This commit is contained in:
@@ -57,7 +57,7 @@ namespace FEQ0000
|
||||
{
|
||||
var dr = gItemGrp2.FirstOrDefault();
|
||||
var newdr = dtSum.NewvEquStockAllRow();
|
||||
newdr.pdate = DateTime.Now.ToShortDateString();
|
||||
newdr.pdate = DateTime.Now.ToString("yyyy-MM-dd");
|
||||
newdr.grp = dr.type;
|
||||
newdr.manu = dr.manu;
|
||||
newdr.model = dr.model;
|
||||
|
||||
Reference in New Issue
Block a user