This commit is contained in:
chi
2022-01-11 22:55:09 +09:00
parent bf9fd477c5
commit 4d989d5e4d
7 changed files with 221 additions and 122 deletions

View File

@@ -34,7 +34,7 @@ namespace FCM0000.Mail
{
//한달전으로 처리
this.dtEd.Value = DateTime.Now;
this.dtSd.Value = DateTime.Now.AddMonths(-1);
this.dtSd.Value = DateTime.Now.AddDays(-10);
refreshData();
}