toshortstring -> tostring
This commit is contained in:
@@ -85,8 +85,8 @@ namespace Project.Dialog
|
||||
{
|
||||
DateTime dt = DateTime.Now;
|
||||
|
||||
//if(tbID.Text != "dev" && (dt.ToShortDateString() == "2025-04-05" ||
|
||||
// dt.ToShortDateString() == "2025-04-06"))
|
||||
//if(tbID.Text != "dev" && (dt.ToString("yyyy-MM-dd") == "2025-04-05" ||
|
||||
// dt.ToString("yyyy-MM-dd") == "2025-04-06"))
|
||||
//{
|
||||
// Util.MsgE("4월 5일~6일은 데이터베이스 마이그레이션 기간이므로 프로그램 사용이 중단 됩니다\n문의 010-9155-9051 (EEDP:김치균)");
|
||||
// return;
|
||||
|
||||
Reference in New Issue
Block a user