Is this possible - todays date

Discussion in 'JavaScript' started by oo7ml, Jul 7, 2010.

  1. #1
    Hi, i have added a form on my site that has a date picker... Is it possible for the form to select todays date when the page opens...

    here is my site
     
    oo7ml, Jul 7, 2010 IP
  2. flexdex

    flexdex Peon

    Messages:
    104
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yes, it is possible, just give ids to the selects and set the appropriate values. Btw. fix the missing ">" before you do that.

    
     <option value="11"11</option>
    
    Code (markup):
     
    flexdex, Jul 9, 2010 IP