This commit is contained in:
chi
2023-04-25 08:24:39 +09:00
parent 492f33d70b
commit 397b8a7114

View File

@@ -35,7 +35,8 @@ namespace FPJ0000.Note
private void __Load(object sender, EventArgs e)
{
this.dtSD.Text = DateTime.Now.AddYears(-1).ToString("yyyy-MM-01");
this.dtSD.Text = DateTime.Now.AddYears(-10).ToString("yyyy-MM-01");
this.dtED.Text = DateTime.Now.ToShortDateString();
//일반사용자의경우에는 상태를 변경하지 못한다.