toshortstring -> tostring
This commit is contained in:
@@ -835,7 +835,7 @@ namespace FPJ0000
|
||||
|
||||
//프로젝트 메모 추가
|
||||
var newdr = this.dsMSSQL.EETGW_ProjecthistoryD.NewEETGW_ProjecthistoryDRow();
|
||||
newdr.pdate = DateTime.Now.ToShortDateString();
|
||||
newdr.pdate = DateTime.Now.ToString("yyyy-MM-dd");
|
||||
newdr.wdate = DateTime.Now;
|
||||
newdr.wuid = FCOMMON.info.Login.no;
|
||||
newdr.remark = string.Empty;
|
||||
@@ -859,7 +859,7 @@ namespace FPJ0000
|
||||
|
||||
//주간진행내용 추가
|
||||
var newdr = this.dsMSSQL.ProjectsHistory.NewProjectsHistoryRow();
|
||||
newdr.pdate = DateTime.Now.ToShortDateString();
|
||||
newdr.pdate = DateTime.Now.ToString("yyyy-MM-dd");
|
||||
newdr.wdate = DateTime.Now;
|
||||
newdr.wuid = FCOMMON.info.Login.no;
|
||||
newdr.remark = string.Empty;
|
||||
|
||||
Reference in New Issue
Block a user