Hi j. scott,
Thanks!! That did the trick… How did you figure that out/know about it? Have you just done a lot of xmlrpc work? (I tried searching the wordpress docs, probably spent about 4-5 hours just to find *one* line of code :P)
Where would you recommend further reading? (for anything xmlrpc related, but helping with wordpress?)
Thanks very much! 🙂
Ok…
How do I format the date field correctly then?
I am trying to use:
$content[“date_created_gmt”]=’2010-08-08 00:00:00′
as a test, and it doesn’t work. I have tried sticking a ‘gmdate(…)’ in front of that, still doesn’t work.
All my other fields (so far) work ok if I make changes, so no idea about this. I have tried “manually” making a iso8601 string, but that doesn’t work either.
Is there some ‘special’ wordpress way of formatting a date? As it is, I am having to manually rewrite this via SQL…