Imdb\MdbBase::monthNo PHP Method

monthNo() protected method

Get numerical value for month name
protected monthNo ( $mon ) : integer
return integer month number
    protected function monthNo($mon)
    {
        return @$this->months[$mon];
    }