Just the opposite. I want to allow a blank date but the datepicker is
expecting a valid one.
I guess the question then is, what is a valid value to validate. You can't
enter a value that isn't equal to a date in a datepicker, so there's you're
validation. And you can leave a datepicker blank.
Ok, try this (again, I'm assuming that you're using a datepicker and not
just a textbox), set your validation to use two conditions against the date
field 1) that it isn't blank AND that it's, I don't know, maybe greater than
a certain date. In other words, whatever the conditions if you include that
it isn't blank and another condition then it should allow blank that meet
the second condition.
Make sense?
Ross
> Just the opposite. I want to allow a blank date but the datepicker is
> expecting a valid one.
[quoted text clipped - 24 lines]
>> >> valid
>> >> date if not blank?
TimPGade - 09 Apr 2005 18:39 GMT
Hi Ross,
The prolem I am having is that I am loading NUll dates from MSAccess (for
example DateComplete) into a secondary DOM and copying the values into the
main datasource. When I try to submit the form the datepicker wants a
datevalue for these fields. I will have to revisit this to outline the
specific steps I am taking.
Tim
> I guess the question then is, what is a valid value to validate. You can't
> enter a value that isn't equal to a date in a datepicker, so there's you're
[quoted text clipped - 39 lines]
> >> >> valid
> >> >> date if not blank?