I have taken ajax calender extender tool for getting date time
I have used following syntax for that
<asp:CalendarExtender ID="CalendarExtender3" runat="server" Format="dd/MM/yyyy hh':'mm':'ss" PopupButtonID="btn_calander2" TargetControlID="txtPublishDate">
</asp:CalendarExtender>
it gives the date when i select any one of them
26/05/2016 00:00:0000
it only show time when i click on today but inspite of that when click on any date on calender it gives above date and time how to get time in place of 00:00:0000 please give solution for this ..