Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Min/Max Date Selection
posted

Do we have a properties in the Web Date Picker for setting MinDate and MaxDate thereby restricting user to select the date bertween given mindate and maxdate??

  • 1765
    posted

    Hello bshura, 

    Please apply two property 'MaxValue' and 'MinValue' of WebDatePicker in order to select the date between these dates only. Hope this helps.

     <ig:WebDatePicker ID="WebDatePicker1" runat="server" MinValue="06/24/2010 12:00:00 AM" MaxValue="08/28/2010 12:00:00 AM">
     </ig:WebDatePicker>

    Sincerely,

    Swetha