• Модуль: timeman
  • Путь к файлу: ~/bitrix/modules/timeman/lib/form/schedule/violationform.php
  • Класс: BitrixTimemanFormScheduleViolationForm
  • Вызов: ViolationForm::getTimeOrDefault
private function getTimeOrDefault($value, $withPostfix = false)
{
	return $this->isValueSet($value) ?
		($withPostfix ? $this->timeHelper->convertSecondsToHoursMinutesAmPm($value) : $this->timeHelper->convertSecondsToHoursMinutes($value))
		: '--:--';
}