Brenden Kehren
-
4/23/2013 8:53:30 AM
RE:Date Time Picker Validation
The publish to/from dates has been like this since, well probably forever. I've only been able to do validation like you are talking about in my custom webparts using the control and having to specifically code it. I haven't been able to do it at all in a form using the UI. If you're creating your own webpart, then I'd suggest validating on your own, if not, you could write a global handler to do the checking.
On another note, I've also noticed the IsValidRange() doesn't work as I expected it to. Same with UseCalendarLimit. Maybe I'm just not understanding what the methods and properties are supposed to do but they seem like they are easy enough to figure out.
|