Morilog\Jalali\jDate::reforge PHP Method

reforge() public method

public reforge ( string $str )
$str string
    public function reforge($str)
    {
        $this->dateTime->modify($str);
        return $this;
    }