Профиль хирургии

This commit is contained in:
brusnitsyn
2026-03-25 17:37:32 +09:00
parent 52a80ccd3b
commit f566ab96df
75 changed files with 3841 additions and 1009 deletions

View File

@@ -63,6 +63,16 @@ readonly class DateRange
return $this->endDate->getTimestampMs();
}
public function startFirstOfMonth()
{
return $this->startDate->firstOfMonth()->setHour(6)->format('Y-m-d H:i:s');
}
public function endFirstOfMonth()
{
return $this->endDate->firstOfMonth()->setHour(6)->format('Y-m-d H:i:s');
}
/**
* Проверить, является ли дата сегодняшней
*/