PHPePub\Core\EPub::setShortDateFormat PHP Method

setShortDateFormat() public method

The latest version of ePubCheck can be obtained here: http://code.google.com/p/epubcheck/
public setShortDateFormat ( ) : boolean
return boolean $success
    function setShortDateFormat()
    {
        if ($this->isFinalized) {
            return false;
        }
        $this->dateformat = $this->dateformatShort;
        return true;
    }