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