Date Month Textual Short ?
The month (in form of short text) of a date can be extracted with the help of this wildcard. The wildcard is used in the following way:
{date.month.textual.short.?}
For the following input (?) --> 2020-11-01
The output is going to be --> Nov
The input format for the date should adhere to the following pattern: YYYY-MM-DD.
Last updated