I have some Datepicker widgets.
If there is no date selected in the Widget, it returns “Invalid date”. Is there an easy way to return an NULL.
So i want to Do an insert into an Mysql DB (dateime Column), which allows NULL. If an Date is select it works fine, but “invalid date” is not a accepted value.
thx
Franz