Settings

The settings screen can be used for configuring various options of the component.
Dates
By default dates are shown as '16 January 2010' (%d %B %Y). This can be changed to any other format using PHP strftime functie, below are some examples.
| Format | Example |
|---|---|
| %d %B %Y | 16 January 2010 |
| %A, %d %B %Y | Saturday, 16 January 2010 |
| %d-%m-%Y | 16-01-2010 |
| %m/%d/%Y | 01/16/2010 |