nova-date-range icon indicating copy to clipboard operation
nova-date-range copied to clipboard

firstDayOfWeek missing

Open thunder87 opened this issue 6 years ago • 0 comments

Hi, it would be nice to see the firstDayOfWeek method added to this package.

    public function firstDayOfWeek($day)
    {
        return $this->withMeta([__FUNCTION__ => $day]);
    }

and Format does not seem to do anything.

thunder87 avatar Feb 21 '19 08:02 thunder87