Adds date formats to the configuration object.
addFormatDate({ es: 'DD/MM/YYYY' }); Copy
addFormatDate({ es: 'DD/MM/YYYY' });
The date formats to add.
True if added correctly, false otherwise.
Adds date formats to the configuration object.
Example