3 replies
Hi,

I don't know if anyone knows anything about programming, or can redirect to to a place where someone might be able to offer a suggestion...

But I am trying to create a custom wordpress plugin (PHP), and using the XMLRPC -- calling the wordpress post.

However, I can't seem to figure out what type of data the "dateCreated" should contain. I keep getting a malformed data error. Does anyone have any idea?

I.e.,

$content['dateCreated'] = .........?
$client->query('metaWeblog.newPost','','user','password',$ content,false))

I can't seem to figure out what type of data the data should be. Just sticking something like "08-08-2008" doesn't seem to work. Any ideas?
#question #wordpress

Trending Topics