how do i need to place the datapicker using jquery

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-05-05T20:31:33Z Indexed on 2010/05/05 20:38 UTC
Read the original article Hit count: 264

Filed under:

hi,

How to place the datapicker inthis code?

<fieldset class="empty" id="fieldset">
    <legend>School Name</legend>
    <div class="Edit">
        <label for="ID">
                      ID:
            <span><%=Html.DisplayFor(e => e.ID)%></span>
        </label>
        <label for="Date">
            Date:
            <span><%=Model.Date.ToString("dd-MMM-yyyy") %></span>
        </label>
</fieldset>

I need to place Datepicker in Date beside date label?

how i can do this? thanks

© Stack Overflow or respective owner

Related posts about jQuery