Object
Prints out the date using a format string which will be passed to Time#strftime. Therefore you can use everything Time#strftime offers.
Return the current date formatted as specified.
# File lib/webgen/tag/date.rb, line 12 12: def call(tag, body, context) 13: Time.now.strftime(param('tag.date.format')) 14: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.