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