Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

### Place this script to your header section.. (i.e. between <head>..

</head>)

<style type="text/css"> .CalendarStyle { background-color:Crimson; color:White; border:solid 2px DarkRed; } .ajax__calendar_header { background-color:OrangeRed; color:Snow; } .ajax__calendar_footer { background-color:Salmon; color:Snow; } </style>

### Change your extender format if u want date as July,12 1990.

<cc2:CalendarExtender ID="calender" runat="server" Enabled="True" TargetControlID="TextBox6" Format="MMMM d, yyyy" > </cc2:CalendarExtender>

You might also like