Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Snippet of html code

  • <select name="months" class="sel">
    <option selected="" value="Default"> Month </option>
    <option value="Jan">January</option>
    <option value="Feb">February</option>
    <option value="Mar">March</option>
    <option value="Apr">April</option>
    <option value="May">May</option>
    <option value="Jun">June</option>
    <option value="Jul">July</option>
    <option value="Aug">August</option>
    <option value="Sep">September</option>
    <option value="Oct">October</option>
    <option value="Nov">November</option>
    <option value="Dec">December</option>
    </select>

  • <label class="label">From:</label>

  • <input name="fdate" type="text" class="sel" size="10" id="SelectedDate"
    readonly önClick="GetDate(this);">
    • The problem here is the selected month from dropdown list should be shown in datepicker....

      how to integrate this selected option to my datepicker code.....
Posted
Comments
enhzflep 24-Jun-13 11:32am    
What datepicker code? How can we tell you how to mate two jigsaw-puzzle pieces together if you only show 1 of them?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900