barsa-calendar 2.3.124 → 2.3.128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1748,7 +1748,7 @@ class DateTimePickerComponent extends BaseComponent {
1748
1748
  let format = this.formatPattern;
1749
1749
  if (this.showTime) {
1750
1750
  if (this.showDate) {
1751
- format += ' HH:mm';
1751
+ format.indexOf('HH:mm') < 0 && (format += ' HH:mm');
1752
1752
  }
1753
1753
  else {
1754
1754
  format = 'HH:mm';