# Month
| keyword | description |
|---|---|
| <month.iso> | ISO 8601 format for the current month from 01 to 12 Example: 03 |
| <month.letter> | Current month represented as a single capital letter starting with "A" for January, "B" for February, etc. |
| <month.long> | Long word form of the current month. Example: March |
| <month.medium> | Medium word form of the current month. Example: Mar |
| <month.short> | Short numeric value for the current month from 1 to 12 |