This layout is located in the '/layouts' folder of the MOSS installation.
18/2/10
datepicker without original style
If you add a SharePoint:datetimecontrol and you have problems woth the render of this control you've to add a link to the datepicker.css class in the iframe.aspx.
This layout is located in the '/layouts' folder of the MOSS installation.
link rel="stylesheet" type="text/css"href="/_layouts/1033/styles/datepicker.css"/
script>
layouts/1033/styles/datepicker.css"/>
Date Picker
DatePickerDiv');" onkeydown="OnKeyDown(this);" style="margin:0;">
SPDatePickerControl id="DatePickerWebCustomControl" runat="server" >
SPDatePickerControl>
This layout is located in the '/layouts' folder of the MOSS installation.