Cake\Chronos\Date::toMutable PHP Method

toMutable() public method

Create a new mutable instance from current immutable instance.
public toMutable ( ) : MutableDate
return MutableDate
    public function toMutable()
    {
        return MutableDate::instance($this);
    }