Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2010
    Posts
    23
    Plugin Contributions
    0

    Default [Not a Bug] Incorrectly set dates when Specials programming 1.3.9h

    I am using 1.3.9h after upgrade from 1.3.8a and when programming Specials, date is not accepted well.
    For example, I set
    Start date to : 08.11.2010
    and
    End date to: 30.11.2010

    After save, I see:
    Start dat: 11.08.2010
    End date: 30.11.2036

    What is wrong?

  2. #2
    Join Date
    Oct 2010
    Posts
    23
    Plugin Contributions
    0

    Default Re: Incorrectly set dates when Specials programming 1.3.9h

    Nobody encounter this? Or, how to fix it?

  3. #3
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    18,034
    Plugin Contributions
    1

    Default Re: Incorrectly set dates when Specials programming 1.3.9h


  4. #4
    Join Date
    Oct 2010
    Posts
    23
    Plugin Contributions
    0

    Default Re: Incorrectly set dates when Specials programming 1.3.9h

    Dear Stevesh,
    thank you for reply, therad you pointed, helped.
    For others, if you change from default date (mm/dd/yyyy) to dd/mm/yyyy, you need also change substr lines (for your language in includes and admin folders) to below:
    return substr($date, 0, 2) . substr($date, 3, 2) . substr($date, 6, 4);
    return substr($date, 6, 4) . substr($date, 3, 2) . substr($date, 0, 2);

    DrByte, you can close this thread as solved.
    Last edited by Forum; 9 Nov 2010 at 01:32 PM.

 

 

Similar Threads

  1. SHOW Specials Start and Expirey dates
    By FromTheRiviera in forum General Questions
    Replies: 16
    Last Post: 17 Dec 2009, 04:08 PM
  2. Specials Available and Expiry Dates
    By janice3169 in forum Setting Up Specials and SaleMaker
    Replies: 1
    Last Post: 5 Sep 2009, 05:46 AM

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
  •