You need to sign in to do that
Don't have an account?

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
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

Any update on this?