Trying to pass a date to an add item with the Lists web service using:
string item = "<Method ID=\"1\" Cmd=\"New\">" +
@"<Field Name=""AcceptanceTime"">" + DateTime.Now + "</Field>"
But it's generating an exception:
0x8102001c Invalid date/time value A date/time field contains invalid data. Please check the value and try again.
Any idea how to pass a date here successfully?