Page 1 of 2 12 LastLast
Results 1 to 10 of 63

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    20
    Plugin Contributions
    0

    Default How do I change the Date format?

    I wish to change the date from the default "US Format MM/DD/YYYY" to the "UK Format DD/MM/YYYY".

    Is there an easy solution?

    BR

    Toby

  2. #2
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: How do I change the Date?

    in your override copy of english.php, modify this section:
    Code:
      @setlocale(LC_TIME, 'en_US.ISO_8859-1');
      define('DATE_FORMAT_SHORT', '%m/%d/%Y');  // this is used for strftime()
      define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
      define('DATE_FORMAT', 'm/d/Y'); // this is used for date()
      define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  3. #3
    Join Date
    Feb 2007
    Posts
    20
    Plugin Contributions
    0

    Default Re: How do I change the Date?

    Hi

    I made the following changes to my english.php:

    @setlocale(LC_TIME, 'en_US.ISO_8859-1');
    define('DATE_FORMAT_SHORT', '%d/%m/%Y'); // this is used for strftime()
    define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
    define('DATE_FORMAT', 'd/m/Y'); // this is used for date()
    define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');

    Is this everything?

    When I go to the create account page on my site - it still says for "Date of Birth" the system requires the MM/DD/YYYY Format..

    I hope you can help?

    Kind Regards

    Toby

  4. #4
    Join Date
    Sep 2004
    Location
    Western Massachusetts
    Posts
    2,945
    Plugin Contributions
    5

    Default Re: How do I change the Date?

    same file:
    Code:
    // text for date of birth example
      define('DOB_FORMAT_STRING', 'mm/dd/yyyy');
    Neville
    An assumption is what you arrive at when you get tired of thinking...

  5. #5
    Join Date
    Jan 2007
    Location
    Mount Maunganui, New Zealand
    Posts
    419
    Plugin Contributions
    0

    Default Re: How do I change the Date?

    Quote Originally Posted by bunyip View Post
    same file:
    Code:
    // text for date of birth example
      define('DOB_FORMAT_STRING', 'mm/dd/yyyy');
    Im having the same trouble...maybe u can help?
    My examples show that it should be: 21/05/1970, but when user inputs that it comes up Is your birth date correct? Our system requires the date in this format: DD/MM/YYYY (eg 21/05/1970)
    I have done this in the php as u indicated but it still only works when usa format is inputed.
    Could this be from me having overrides done wrong?
    I have the english php in the languages folder and the same changes on another copy of the english php in my languages/custom.
    Thanks for lookin!

  6. #6
    Join Date
    May 2007
    Posts
    38
    Plugin Contributions
    0

    Default Re: How do I change the Date?

    I am having the same problem. I have changed all the code about and also the error messages but it still says UK is wrong when i try to enter it. Can any one give me any advise ?

  7. #7
    Join Date
    Nov 2007
    Posts
    40
    Plugin Contributions
    0

    Default Re: How do I change the Date format?

    This is incomplete. The full solution is here:
    http://www.zen-cart.com/forum/showth...ht=Date+format

  8. #8
    Join Date
    Mar 2008
    Posts
    64
    Plugin Contributions
    0

    Default Re: How do I change the Date format?

    Fantastic thread works like a treat.

    It would be great in the next release that this could be made in the admin section for the site.

    Cheers

    Brett

  9. #9
    Join Date
    May 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: How do I change the Date format?

    Thank you so much for this tutorial

  10. #10
    Join Date
    Oct 2008
    Location
    Sydney, Oz-land
    Posts
    45
    Plugin Contributions
    0

    Default Re: How do I change the Date format?

    Right... feeling pretty stupid right about now, but have figured it out nonetheless...

    Thanks Phill, you are as good as they say ;)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. How do I change date format?
    By craftyrose in forum Basic Configuration
    Replies: 3
    Last Post: 21 Aug 2010, 03:52 AM
  2. change date format how??
    By kitcorsa in forum General Questions
    Replies: 3
    Last Post: 30 Oct 2008, 02:54 PM
  3. Replies: 0
    Last Post: 14 Apr 2008, 08:54 PM
  4. How to change date format
    By dail in forum Customization from the Admin
    Replies: 0
    Last Post: 13 Jun 2007, 08:35 AM
  5. How change date format to spanish?
    By Stack A Brown in forum General Questions
    Replies: 1
    Last Post: 17 Apr 2007, 09:31 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