Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 302 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 302 Bytes

Date range

Installation

Than require package

composer require gusarov112/date-range

Usage

$dateRange = new \Gusarov112\DateRange\DateRange(
    new DateTimeImmutable('first day of this month 00:00:00'),
    new DateTimeImmutable('last day of this month 23:59:59')
);