S
staeri
I have the standard Ajax calendar, like this:
<cc1:calendarextender targetcontrolid="txtOrderDate" format="yyyy-MM-
dd" runat="server"></cc1:calendarextender>
<asp:TextBox ID="txtOrderDate" Text='<%# Bind("OrderDate") %>'
runat="server" CssClass="textGrey11"></asp:TextBox>
1. How can I change the language to Swedish in the calendar?
2. After postback the date in txtOrderdate is shown as: 2008-01-19
00:00, I just want to show 2008-01-19. How can that be done?
Very grateful for help!
// S
<cc1:calendarextender targetcontrolid="txtOrderDate" format="yyyy-MM-
dd" runat="server"></cc1:calendarextender>
<asp:TextBox ID="txtOrderDate" Text='<%# Bind("OrderDate") %>'
runat="server" CssClass="textGrey11"></asp:TextBox>
1. How can I change the language to Swedish in the calendar?
2. After postback the date in txtOrderdate is shown as: 2008-01-19
00:00, I just want to show 2008-01-19. How can that be done?
Very grateful for help!
// S