5.10. datestrings Filter


Interface

The general syntax is:

  !block datestrings
  table
  !endblock

The table fields are:

Field Category Rule
Symbol key <month|smonth|weekday|sweekday|ampm|AMPM>
Values optional  

See Understanding Filter Interfaces, if necessary.


Description

The datestrings filter can be used to change the strings used within a date. The fields within the table are:


Examples

!block datestrings
Symbol   Values
month    "January February March April May June July August September October November December"
smonth   "Jan     Feb      Mar   Apr   May Jun  Jul  Aug    Sep       Oct     Nov      Dec"
weekday  "Monday Tuesday Wednesday Thursday Friday Saturday Sunday"
sweekday "Mon    Tue     Wed       Thu      Fri    Sat      Sun"
ampm     "am pm"
AMPM     "AM PM"
!endblock