• The default date format used by SSI contains lots of detail.
    last modified on of this year.

  • You can format as numeric mm/dd/yy using the "%D" code. The slash separators are included by that code.
    last modified on .

  • You can format as dd-mmm-yyyy using the "%d" "%b" "%Y" codes. You supply the hyphens.
    last modified on .

  • You can format as month, dd, yyyy using the "%B" "%d" "%Y" codes. You supply the comma.
    last modified on .

  • You can format just day of the year using the "%j" code.
    last modified on day of this year.

  • You can format just week of the year using the "%W" code.
    last modified on week of this year.