asked on 4/4/2016
foreach (var item in Model) { @item.Course @item.StartDate // how would i show a short date here? }
Select allOpen in new window