Yasumi\Holiday::__toString PHP Method

__toString() public method

Format the instance as a string using the set format.
public __toString ( ) : string
return string
    public function __toString()
    {
        return (string) $this->format('Y-m-d');
    }