The situation
I am using the Time Picker Addon (http://trentrichardson.com/examples/timepicker/) to allow user to select a date in the format of YY-MM-DD HH:MM:SS.
The date is insert into a SharePoint 2007 List (where there is a column of type "Date & Time") using the SPServices (http://spservices.codeplex.com/).
However, I keep getting the following error message:
<ErrorCode>0x81020014</ErrorCode><ErrorText>One or more field types are not installed properly. Go to the list settings page to delete these fields.</ErrorText>
Appreciate any insight provided.
The Code
<Field Name=\"Start Date\">" + Date.parse(startdate) + "</Field> \
where the startdate is derived from the Time Picker.