months
Generate a list of months
Example
[%months%]
[%param *body%]
[@month@]
[%/param%]
[%/months%]
Usage
Generates a list of months using their full name
Parameters
Name | Options | Description |
---|---|---|
*body | HTML & b@se tags | Runs an array for result |
Data Tags (body)
Data Tag | Example | Description |
---|---|---|
[@count@] |
0 | Index of each result starting at 0 |
[@month@] |
01 | Month number with leading zero |
[@month_full_name@] |
January | Full month name |
[@month_name@] |
Jan | Three letter abbreviation of the month name |
[@month_num@] |
1 | Month number without leading zero |