@if (DateList == null || DateList.Count == 0) { } else { @foreach (var item in DateList) { } @foreach (var item in DateList) { }
@($"{item:ddd}".Substring(0, 1).ToUpper())
@($"{item:dd}")
@($"{DtRif: MMM yyyy}") | W@($"{weekNum(DtRif):00}")
}