From c22fb142b347098aeddd9b458516dee8381dc4bf Mon Sep 17 00:00:00 2001 From: lch Date: Thu, 1 Jul 2021 01:53:16 +0000 Subject: [PATCH] =?UTF-8?q?"=EC=98=A8=EB=9D=BC=EC=9D=B8=20=EA=B0=95?= =?UTF-8?q?=EC=A2=8C=EC=9D=98=20=EA=B2=BD=EC=9A=B0=20=EC=A7=91=EC=B2=B4?= =?UTF-8?q?=EA=B5=90=EC=9C=A1=EA=B8=B0=EA=B0=84=20=ED=91=9C=EA=B8=B0=20?= =?UTF-8?q?=EC=88=A8=EA=B9=80=20=EC=A7=91=EC=B2=B4=EA=B5=90=EC=9C=A1=20:?= =?UTF-8?q?=2021-07-10"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/My/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FO/Views/My/Index.cshtml b/FO/Views/My/Index.cshtml index 3d86648..6b13fc1 100644 --- a/FO/Views/My/Index.cshtml +++ b/FO/Views/My/Index.cshtml @@ -66,7 +66,7 @@
@(d.time2 > DateTime.Now ? "진행중" : "종료")
교육기간 : @d.time.ToString("yy/MM/dd") ~ @d.time2.ToString("yy/MM/dd")
- @if (d.intval3 == 2 && d.time3> Convert.ToDateTime("1900-01-01")) + @if (false && d.intval3 == 2 && d.time3 > Convert.ToDateTime("1900-01-01")) {
   
집체교육 : @d.time3.ToString("yy/MM/dd")