Formating a Date in a Template, using umbraco.library:FormatDateTime

This bit of code gives you an example of how to format a date in a Template.

<p><umbraco:Item field="newsDate" runat="server" xslt="umbraco.library:FormatDateTime({0}, 'MMMM d, yyyy')" ></umbraco:Item></p>

Comments

Popular posts from this blog

Umbraco Razor Sort Nodes Ascending or Descending

Umbraco Razor get Querystring

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