Results 1 to 2 of 2

Thread: Jquery Date Picker

  1. #1
    Join Date
    Sep 2010
    Posts
    188

    Jquery Date Picker

    Good day!

    I explore something so I used jquery in my date, without any knowledge about jquery. I research a sample Jquery Date Picker internet and I found one, my problem is the Year is started at 2001 , I don't know if I could change it so that the year would start atleast 1950's or 1990's

    here's the code that I add in my webpage to display the Jquery Date Picker
    Code:
    <link rel="stylesheet" href="ui.all.css" type="text/css" media="screen" />
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
    
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"></script>
    
    <script type="text/javascript">
    
    $(document).ready(function(){
    
    $("#date").datepicker({ showOn: 'button', buttonText: "Select your Birthday" });
    
    });
    
    </script>

    I will attach the date picker that I get from internet.

    Thank you
    Attached Files Attached Files

  2. #2
    Join Date
    Apr 2009
    Location
    Bristol, U.K.
    Posts
    1,120
    Assuming you are using this datepicker; http://jqueryui.com/demos/datepicker/ (you'll excuse me if I don't download your random zip file for obvious reasons). On the page I have linked there are some tabs half way down. Click on the one that says 'Options'. Then scroll all the way down until you see 'yearRange' and all the details you need are there. It is always a good idea to rtfm first


    "Reliable and affordable web design - Bristol, UK"

    Website Links: Bristol Web Design | Bristol IT Support | Corrosive Online
    Social Media for Yoto Creative: Follow Us | Like Us

Similar Threads

  1. Jquery Date Picker
    By newphpbees in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 09 May 2011, 01:14 PM
  2. Javascript based date picker for mobile website.
    By sijitg in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 07 Oct 2010, 11:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •