Работа над журналом для ст. мед сестер
This commit is contained in:
@@ -65,12 +65,12 @@ readonly class DateRange
|
||||
|
||||
public function startFirstOfMonth()
|
||||
{
|
||||
return $this->startDate->copy()->firstOfMonth()->setHour(6)->format('Y-m-d H:i:s');
|
||||
return $this->startDate->copy()->firstOfMonth()->setHour(9)->format('Y-m-d H:i:s');
|
||||
}
|
||||
|
||||
public function endFirstOfMonth()
|
||||
{
|
||||
return $this->endDate->copy()->firstOfMonth()->setHour(6)->format('Y-m-d H:i:s');
|
||||
return $this->endDate->copy()->firstOfMonth()->setHour(9)->format('Y-m-d H:i:s');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user