Function addFormatDateTime

Adds date-time formats to the configuration object.

addFormatDateTime({ es: 'DD/MM HH:mm' });
  • Parameters

    • formats: object

      The date-time formats to add.

    Returns boolean

    True if added correctly, false otherwise.