Hello,
I use XMLRPC to post to WordPress and the code I have works fine
my problem is when I tried to add "date_created_gmt" the code stopped working and nothing get posted
what is the correct format for date?
I tired
'date_created_gmt' => '<dateTime.iso8601>20081121T02:54:08</dateTime.iso8601>'
'date_created_gmt' => '20081121T02:54:08'
'date_created_gmt' => '2011-01-16 11:11:04'
'date_created_gmt' => '2011-01-16T11:11:04+0300'
all didn't work.
pls help ...
thank you