Results 1 to 4 of 4

Threaded View

  1. #1
    Join Date
    Jul 2010
    Location
    England
    Posts
    17
    Plugin Contributions
    0

    Default 158 Date format changing to UK in admin

    Hi,

    Current setup
    ZC 158
    PHP 7.4
    Bootstrap 4
    OPC

    I am implementing the usual language file changes required to change the date format mm/dd/yyyy to the dd/mm/yyyy.
    Following the instructions on the Zen Cart docs pages for 158 it is very similar to the setup for 157 except the changes to the includes/functions/functions_dates.php file (very straight forward) and the admin/includes/languages/extra_definitions/lang.admin_overrides.php.
    I created the lang.admin_overrides.php file as it wasn't already in my file structure and added the following as per instructions

    Code:
    <?php@setlocale(LC_TIME, ['en_GB', 'en_GB.utf8', 'en']);
    
    
    $define['DATE_FORMAT'] = 'd/m/Y';
    $define['DATE_FORMAT_SHORT'] = '%d/%m/%Y';
    $define['DATE_FORMAT_SPIFFYCAL'] = 'dd/MM/yyyy';
    $define['ENTRY_DATE_OF_BIRTH_ERROR'] = '&nbsp;<span class="errorText">(eg. 21/05/1970)</span>';
    $define['PHP_DATE_TIME_FORMAT'] = 'd/m/Y H:i:s';
    
    
    return $define;
    This method did not change any of my admin date stamps, the only way to get the dates to be in the correct UK format was to change the info in admin/includes/languages/lang.english.php and find and change the @setlocal and $define lines in there.
    Last edited by Valencia; 28 Feb 2023 at 10:27 PM.
    Top Quality Belgian Chocolates and Continental Confectionery.
    https://www.sweetmomentsuk.co.uk

 

 

Similar Threads

  1. Replies: 4
    Last Post: 1 Apr 2021, 10:30 PM
  2. v155 Changing the Date Format to UK
    By Mikeondraco in forum General Questions
    Replies: 11
    Last Post: 29 May 2019, 10:52 AM
  3. v154 Changing Date Format in 1.54 to UK
    By nigelt74 in forum General Questions
    Replies: 5
    Last Post: 20 Jul 2015, 12:18 PM
  4. Changing Date to UK format
    By startrek in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 May 2007, 08:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR