Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2007
    Posts
    121
    Plugin Contributions
    0

    red flag Help with Delivery Date Picker to activate today

    Hello,

    I got the Delivery Date Picker 1 Calender working, Everything is good except I can not activate today's date.

    Here is a copy of my code

    Can any1 please take a look and tell me what I'm doing wrong that it wont let me select todays date.

    I really appreciate it.

    Thanks
    DigitalGuard

  2. #2

    Default Re: Help with Delivery Date Picker to activate today

    I'm not sure it will ever allow today's date as a delivery date. Have you look through all the documentation of the original author's site?
    BTW, did you get it to show the calendar in FF? I can not get it to show up.

  3. #3
    Join Date
    Sep 2010
    Posts
    5
    Plugin Contributions
    0

    Default Re: Help with Delivery Date Picker to activate today

    Works perfectly in FF (FF is my default browser for developing SCW & JACS). SCW is fully cross-browser. If you have a problem with it, ask for help at [email protected] (as per the header of the script).

    The relevant bit of your edited script is:

    scwDisabledDates[0] = [new Date(scwDateNow.getFullYear()-1, scwDateNow.getMonth(), scwDateNow.getDate()), new Date(scwDateNow) ];

    This disables dates from exactly one year ago today through to today.

    First, as scwDateNow is a javascript date already, that code should be:

    scwDisabledDates[0] = [new Date(scwDateNow.getFullYear()-1, scwDateNow.getMonth(), scwDateNow.getDate()), scwDateNow];

    However, to make it disable up to yesterday (instead of up to today) you would need:

    scwDisabledDates[0] = [new Date(scwDateNow.getFullYear()-1, scwDateNow.getMonth(), scwDateNow.getDate()), new Date(scwDateNow.getFullYear(), scwDateNow.getMonth(), scwDateNow.getDate()-1)];

    ...and you are also setting scwDisabledDates[1] as a date range of today through to today... so take that out or today will remain disabled whatever you do to scwDisabledDates[0].

 

 

Similar Threads

  1. Delivery Date Picker Mod
    By hws in forum All Other Contributions/Addons
    Replies: 28
    Last Post: 15 Jul 2021, 04:11 PM
  2. Date Picker Cut off Time
    By nicksab in forum General Questions
    Replies: 1
    Last Post: 20 Oct 2013, 10:03 PM
  3. v151 Cannot select date on date picker
    By [email protected] in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 4 Aug 2013, 12:32 AM
  4. Replies: 4
    Last Post: 1 Aug 2013, 05:40 PM
  5. delivery date picker- pop up calender problem
    By ali84pk in forum Addon Shipping Modules
    Replies: 1
    Last Post: 8 Jun 2012, 09:27 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