Click or drag to resize

RendererRenderDate Method

Renders the date according to area format and news culture.

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
public void RenderDate(
	Template template,
	string tagName,
	DateTime value
)

Parameters

template
Type: Dynamicweb.RenderingTemplate
The template.
tagName
Type: SystemString
Name of the tag.
value
Type: SystemDateTime
The date.
See Also