Shows the current date and time.

!Usage

{{{
  <<today [format]>>
}}}

|!parameter|!meaning|
|format|controls format of date ouput|

!Examples

!!Basic Usage

{{{
  <<today>>
}}}

will show, for the present document:
<<today>>

!!Date Format Parameter

{{{
  <<today "YYYY-0MM-0DD">>
}}}

will show, for the present document:
<<today "YYYY-0MM-0DD">>