zendframework / zend-soap

Soap component from Zend Framework
BSD 3-Clause "New" or "Revised" License
75 stars 43 forks source link

Add support for xsd:dateTime #52

Closed kynx closed 6 years ago

kynx commented 6 years ago

This PR adds support for the xsd:dateTime type.

It seems like an omission - xsd:date is already supported - so I've made this against master. Let me know if should be against develop instead.

Ocramius commented 6 years ago

This should indeed target develop

weierophinney commented 6 years ago

Thanks, @kynx!