IMO, your problem is completely unrelated to XML-RPC. When you send the date, a certain format is used, according to the XML-RPC specification. The date is received on the server and, so it seems, used in an SQL query. But, of course, the SQL query expects a completely different format. It's your task to convert the date on the server in a proper format before using it in an SQL query.
Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]