or
<telerik:RadDatePicker runat="server" skin="Vista"> <DateInput runat="server" onkeydown="return datePickerToday(this, event);" IncrementSettings-InterceptArrowKeys="false" IncrementSettings-InterceptMouseWheel="false" DateFormat="MM/dd/yyyy" ToolTip="Shortcut Keys: Press 'T' for today. Use up and down arrows to change day/month/year based on cursor location." /> <Calendar ShowRowHeaders="false" > <SpecialDays> <telerik:RadCalendarDay Repeatable="Today" Date="" IsToday="true"> <ItemStyle CssClass="rcToday" /> </telerik:RadCalendarDay> </SpecialDays> </Calendar></telerik:RadDatePicker>