...
This commit is contained in:
@@ -65,8 +65,8 @@ namespace FPJ0000.JobReport_
|
||||
{
|
||||
//사용자목록
|
||||
this.bs.DataSource = dr;
|
||||
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm";
|
||||
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm";
|
||||
this.dateTimePicker1.CustomFormat = "yyyy-MM-dd HH:mm.ss";
|
||||
this.dateTimePicker2.CustomFormat = "yyyy-MM-dd HH:mm.ss";
|
||||
|
||||
//해당 사용자에 걸린 프로젝트 목록 가져오기
|
||||
var userProject = FCOMMON.DBM.getUserProjectList(FCOMMON.info.Login.nameK);
|
||||
|
||||
Reference in New Issue
Block a user