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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
DateTimeRfc2822public DateTimeRfc2822()
 
- 
- 
Method Details- 
renderReturns the current date and time in RFC 2822 format.- Specified by:
- renderin interface- ValueRenderer
- Parameters:
- template- the template instance
- valueId- the value id
- differentiator- the differentiator
- Returns:
- the current date and time in RFC 2822 format
 
 
-