This new parameter would allow us to specify several formats to parse the input text.
In my particular case, I'd like to specify ['DD', 'DD/MM', 'DD/MM/YY', 'DD/MM/YYYY']... in this way, entering just "14" would be resolved to the 14th of the current month of the current year (and the same with day/month).
This new parameter would allow us to specify several formats to parse the input text. In my particular case, I'd like to specify ['DD', 'DD/MM', 'DD/MM/YY', 'DD/MM/YYYY']... in this way, entering just "14" would be resolved to the 14th of the current month of the current year (and the same with day/month).