Hi
I am trying to get my flex application to save a node with a content type that includes a date (from and to).
My flex application has no problem to save the same node as long as i don't try to input the date.
I have tried several date format but did not succeed to make this working.
I get this message in return :

fault: [RPC Fault faultString="Dates From date is invalid.
Dates To date is invalid." faultCode="AMFPHP_RUNTIME_ERROR" faultDetail="/srv/www/Adooh/modules/amfphp/amfphp.module on line 101"]

Any example on how to save nodes with dates fields?
Thanks

Comments

snelson’s picture

Status: Active » Closed (fixed)

What I usually do when figuring out how to save CCK types is to try and print_r the node form array itself. If you don't know how to do this, look up hook_form_alter in the Drupal api.

Best,
Scott