...
This commit is contained in:
@@ -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();
|
||||
|
||||
//일반사용자의경우에는 상태를 변경하지 못한다.
|
||||
|
||||
Reference in New Issue
Block a user