toshortstring -> tostring
This commit is contained in:
@@ -106,8 +106,8 @@ namespace FEQ0000
|
||||
//제목줄을 처리한다. 181029
|
||||
List<string> cols = new List<string>();
|
||||
|
||||
//string sDate = sd.Value.ToShortDateString();
|
||||
//string eDate = ed.Value.ToShortDateString();
|
||||
//string sDate = sd.Value.ToString("yyyy-MM-dd");
|
||||
//string eDate = ed.Value.ToString("yyyy-MM-dd");
|
||||
|
||||
for (int c = MinCol; c <= MaxCol; c++)
|
||||
{
|
||||
@@ -307,8 +307,8 @@ namespace FEQ0000
|
||||
|
||||
//과거데이터 삭제
|
||||
if (checkBox1.Checked) taE.DeleteImport(
|
||||
dtPdate.Value.ToShortDateString(),
|
||||
dtPdate.Value.ToShortDateString(),
|
||||
dtPdate.Value.ToString("yyyy-MM-dd"),
|
||||
dtPdate.Value.ToString("yyyy-MM-dd"),
|
||||
FCOMMON.info.Login.no, FCOMMON.info.Login.gcode);
|
||||
|
||||
taE.Update((dsPurchase.PurchaseDataTable)dt);
|
||||
|
||||
Reference in New Issue
Block a user