• I tried to change the names of the months in the locale.php file. When I did and updated the file on the server it went crazy and would not allow me to access the admin section of the website. But the user portion ran just fine.
    Here is what I did:

    // The Months
    		$this->month['01'] = __('Whopper Bar');
    		$this->month['02'] = __('Rosetta Stone');
    		$this->month['03'] = __('Colgate');
    		$this->month['04'] = __('Nokia');
    		$this->month['05'] = __('Uncle Bens');
    		$this->month['06'] = __('Kidrobot');
    		$this->month['07'] = __('Simple Green');
    		$this->month['08'] = __('Mashrooms');
    		$this->month['09'] = __('September');
    		$this->month['10'] = __('October');
    		$this->month['11'] = __('November');
    		$this->month['12'] = __('December');

    Here is my website just in case you want to look, but I commented out the months for now. It is a portfolio website.

    http://www.strategicforecaster.com

  • The topic ‘How do you give months a custom name.’ is closed to new replies.