In asp.net 2.0,in java script.. in a textbox i select date from datetimepicker and it displays in format dd/MM/yyyy but when i click datetimepicker it has to display in format month and date alone eg..as feb 10...how to code in java script ..can anyone help me..
<asp:TextBox ID="txtDateTo" CssClass="txtbox" runat="server"
BackColor="Red" Font-Bold="True" onclick="showCalendarControl(this,1,0,2);"
ForeColor="White" Width="88px" Height="15" AutoPostBack="True" ></asp:TextBox>