Something went wrong while setting issue due date.
DateAttribute classes should accept LDAP format when set through webservice
Closed
DateAttribute classes should accept LDAP format when set through webservice
Dates are serialized as YYYY-MM-DD in the webservice, which is a good thing, but when setting them through the webservice we should be able to use the LDAP Generalized Time format as well.
Currently we use PHP DateTime constructor which supports a lot of format but not this one.