module Webgen::Tag::Date

Prints out the date using a format string which will be passed to Time#strftime. Therefore you can use everything Time#strftime offers.

Public Class Methods

call(tag, body, context)

Return the current date formatted as specified.