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
140
MinDate and MaxDate of WebDateChooser
posted

Hi,

Can I set a value for a WebDateChooser other than between MaxDate and MinDate.

I have a WebDateChooser with mindate and maxdate set. In Runtime from my database I'm getting the date from the database which is not in the the mindate and maxdate range.

So the webdatechooser is not setting any value because it is out of range.

I don't want to loose my original date from my DB. Can I achieve this?

Thanks in advance

Parents
No Data
Reply
  • 5389
    Suggested Answer
    posted

    sapineni,

    The only way to accomplish this would be to modify your MinDate or MaxDate to allow the value from the database to be inserted into the WebDateChooser.  If you have set your MinDate and MaxDate, the control will only take values that are within that date range.

    ~Kim~

Children