Umrbaco 8 Date Formatting

Format a Date in Umbraco 8


@(Model.Value<DateTime>("publicationDate").ToString("dd MMMM yyyy"))

or in a foreach loop:

@(item.Value<DateTime>("publicationDate").ToString("dd MMMM yyyy"))

Comments

Popular posts from this blog

Umbraco Razor Sort Nodes Ascending or Descending

Create a .NET Contact Form that Gets the Last Url Visited in C# Can also be Used in Umbraco

Umbraco - Reset the Admin Password via SQL Server