Results 1 to 6 of 6

Thread: Jason's Date Input Calendar x2?

  1. #1
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Jason's Date Input Calendar x2?

    Jason's Date Input Calendar

    http://www.dynamicdrive.com/dynamici...oncalendar.htm

    Can someone explain how to use two of these scripts on a page for arrival/departure dates? When I select dates on the second one, it changes the dates on the first. The information would be emailed in a form with some other fields.

    I did search the forum before posting, but couldn't find the answer.

    Thanks so much...

  2. #2
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    But no one?

  3. #3
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Damn.

  4. #4
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation

    I did read the sticky about no support for multiple scripts on a single page, but since the script's page says this:

    "Supports multiple calendar inputs in the same form/page"

    I thought this script would be excluded from that rule...

  5. #5
    Join Date
    Feb 2006
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Man, that's hard-core. The silent treatment.

  6. #6
    Join Date
    Jan 2008
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    lol... ok fine i could probably answer...


    <script>DateInput('datefrom', true, 'DD-MON-YYYY', '13-03-2008')</script>

    make sure the "datefrom" part changes for each script on the page,.... so say i want to have a date from and a date to for example i would have (you can rename it to anything

    Code:
    <script>DateInput('datefrom', true, 'DD-MON-YYYY', '13-03-2008')</script>
    
    <script>DateInput('dateto', true, 'DD-MON-YYYY', '13-03-2008')</script>

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
  •