function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
upNcommNupNcommN 

php date NumFormatException

hi,
I'm trying to update records from PHP using the PEAR SOAP stuff, and I'm getting java.lang.NumFormatException s returned when i try to update date fields. My dates are in YYYY-MM-DD format, I believe it is because the value is a string.
I'm not aware that it is possible to send a value such as that in PHP without using a string, am I missing something here?

thanks
aj
dminkdmink
Any update on this?