From bf5d3ee5ca2b64de78613b93b1cc1ef1e9ade26f Mon Sep 17 00:00:00 2001 From: kdh0120 Date: Thu, 9 Dec 2021 23:55:00 +0000 Subject: [PATCH] =?UTF-8?q?<=EC=98=A4=EB=A5=98=EC=88=98=EC=A0=95>=20?= =?UTF-8?q?=ED=86=B5=ED=95=A9=ED=85=8C=EC=8A=A4=ED=8A=B8=EB=AA=A9=EB=A1=9D?= =?UTF-8?q?=20.=20626=20=ED=9A=8C=EC=B0=A8=EC=A0=95=EB=B3=B4=EB=8F=84=20?= =?UTF-8?q?=ED=95=A8=EA=BB=98=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/My/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FO/Views/My/Index.cshtml b/FO/Views/My/Index.cshtml index 378a3a1..1f294d7 100644 --- a/FO/Views/My/Index.cshtml +++ b/FO/Views/My/Index.cshtml @@ -181,9 +181,9 @@ @if (d.intval == 1) {
[학습]@d.strval (@(d.intval3)반)
-
@(d.intval2)차시
if(d.intval10 == 0) { +
@(d.intval2)차시

@d.time.ToString("MM/dd") 00:00 ~ @d.time2.ToString("MM/dd") 23:59

} @@ -191,9 +191,9 @@ else if (d.intval == 2) {
[출석]@d.strval (@(d.intval3)반)
-
@(d.intval2)차시
if(d.intval10 == 0) { +
@(d.intval2)차시

일시: @d.strval3

} }