Package rife.render
Class DateTimeRfc2822
java.lang.Object
rife.render.DateTimeRfc2822
- All Implemented Interfaces:
ValueRenderer
Renders the current date and time in RFC 2822 format.
Usage:
<!--v render:rife.render.DateTimeRfc2822/--> {{v render:rife.render.DateTimeRfc2822/}}
- Since:
- 1.0
- Author:
- Erik C. Thauvin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateTimeRfc2822
public DateTimeRfc2822()
-
-
Method Details
-
render
Returns the current date and time in RFC 2822 format.- Specified by:
render
in interfaceValueRenderer
- Parameters:
template
- the template instancevalueId
- the value iddifferentiator
- the differentiator- Returns:
- the current date and time in RFC 2822 format
-