Package rife.render
Class DateIso
java.lang.Object
rife.render.DateIso
- All Implemented Interfaces:
ValueRenderer
Renders the current date in ISO 8601 format.
Usage:
<!--v render:rife.render.DateIso/--> {{v render:rife.render.DateIso/}}
- Since:
- 1.0
- Author:
- Erik C. Thauvin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DateIso
public DateIso()
-
-
Method Details
-
render
Returns the current date in ISO 8601 format, encoded according to the template's encoding rules.- Specified by:
render
in interfaceValueRenderer
- Parameters:
template
- the template that is currently being renderedvalueId
- the value id that triggers the rendering of this value rendererdifferentiator
- a differentiator that may be used to differentiate the rendering of this value renderer- Returns:
- the current date in ISO 8601 format, encoded according to the template's encoding rules
-