I am using rad date picker and the dropdown calendar displays week numbers but they do not match ISO8601 standard. Eg. 2009 has 53 weeks according to the standard. How do I correct this.
My markup is....
<telerik:RadDatePicker ID="dp_ReportStartDate" runat="server" MinDate="2006-01-01" Width="100%" AutoPostBack="true">
</telerik:RadDatePicker>