SyntaxFix
Write A Post
Hire A Developer
Questions
Simple formatted output inside of the model
@String.Format("{0:d}", model.CreatedOn)
or in the foreach loop
@String.Format("{0:d}", item.CreatedOn)