I need to get DatePickerImage
control of SharePoint:DateTimeControl
. I tried :
document.getElementById('<%=DateDebut.Controls[0].ClientID %>') document.getElementById('<%=DateDebut.Controls[1].ClientID %>')
and it gives me only date information.
Any idea how I can get this control?
(Visited 35 times, 1 visits today)
the controlor was:
<%=DateDebut.Controls[0].ClientID +"DatePickerImage"%>
(Visited 1 times, 1 visits today)