nova-date-range
nova-date-range copied to clipboard
firstDayOfWeek missing
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.