class Marten::Template::Filter::Time
- Marten::Template::Filter::Time
- Marten::Template::Filter::Base
- Reference
- Object
Overview
The "time" filter.
The "time" filter allows to output the string representation of a time variable. It requires the specification
of a filter argument, which is the format string used to format the time (whose available directives are part of
Time::Format
).