@tetacom/ng-components 1.0.98 → 1.0.100

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.
@@ -590,12 +590,7 @@ class DateUtil {
590
590
  return '';
591
591
  }
592
592
  const month = dat.getMonth() + 1;
593
- return `${prependZero(dat.getDate(), 2)}.
594
- ${prependZero(month, 2)}.
595
- ${dat.getFullYear()}
596
- ${prependZero(dat.getHours(), 2)}:
597
- ${prependZero(dat.getMinutes(), 2)}:
598
- ${prependZero(dat.getSeconds(), 2)}`;
593
+ return `${prependZero(dat.getDate(), 2)}.${prependZero(month, 2)}.${dat.getFullYear()} ${prependZero(dat.getHours(), 2)}:${prependZero(dat.getMinutes(), 2)}:${prependZero(dat.getSeconds(), 2)}`;
599
594
  }
600
595
  /**
601
596
  * Подготовка даты к отправке на сервер, чтобы небыло смещения часов