Date Auto correct

S

Scott Ocamb

We have an infopath form implemented on sharepoint that uses dates.

Our date fields have this "feature" that auto corrects some incorrect dates.
For example, if we type in 2/31/2009, it converts it to 3/1/2009.

This is not what we want. We want all incorrect dates to display an error
message. We are using a date picker as well.

My developers are telling me this is not possible to change. I cannot
believe this so I am asking for help.

any input would be appreciated.
 
G

Greg Collins

What you are experiencing is a feature of the date picker control. The only
solution is to use a text box control, but then you lose all built-in date
functionality available with the date picker control.
 
Top