<asp:TextBox runat="server" ID="TextBox3"/>
<asp:CalendarExtender runat="server" ID="TextBox3_CalendarExtender" TargetControlID="TextBox3"
Enabled="True" PopupPosition="BottomLeft" FirstDayOfWeek="Monday" />
output calendar Format : 2/1/2010 I need : 01.02.2010
like here : ajax calendar
how to setup this format ?..
Use the Format property. Try Format="dd.MM.yyyy"
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With