"온라인 강좌의 경우 집체교육기간 표기 숨김
This commit is contained in:
parent
caca4b354c
commit
41c08be4ff
|
|
@ -42,7 +42,7 @@
|
|||
<dd>
|
||||
신청기간 : @(d.retime.Value.Year == 2099 ? "상시운영" : d.rstime.Value.ToString("yy/MM/dd") + " ~ " + d.retime.Value.ToString("yy/MM/dd"))
|
||||
@*수강기간 : @d.sdate.ToString("yy-MM-dd") ~ @d.edate.ToString("yy-MM-dd")*@
|
||||
@if (d.cshape == 2)
|
||||
@if (false && d.cshape == 2)
|
||||
{
|
||||
@:| 집체교육기간 : @(d.cmisno == null ? "미정" : ("[" + d.studyplacename + "] " + string.Format("{0}", d.cmiestart.Value.ToString("yy-MM-dd"))))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue