Results 1 to 1 of 1

Thread: two calendars needed

  1. #1
    Join Date
    Apr 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy two calendars needed

    1) Script Title: Jason's Date Input Calendar

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...oncalendar.htm

    3) Describe problem:

    Could any one advise me how I would change the Javascript so I could have two calendars running on the same page?

    The code is as follows
    Code:
    <script type="text/javascript" src="calendarDateInput.js">
    
    /***********************************************
    * Jason's Date Input Calendar- By Jason Moon http://calendar.moonscript.com/dateinput.cfm
    * Script featured on and available at http://www.dynamicdrive.com
    * Keep this notice intact for use.
    ***********************************************/
    
    </script>
    
    <form>
    
    <script>DateInput('orderdate', true, 'DD-MON-YYYY')</script>
    
    </form>
    The javascript code can be found on the page (too long to enter here)

    Any advice on how to change this would be much appreciated thanks
    Last edited by studiodaemonuk; 04-26-2009 at 10:00 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
  •