Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joemcmahon/soap-datetime

converts dates into the format required by the SOAP 'xsd:dateTime' type
https://github.com/joemcmahon/soap-datetime

Last synced: 11 days ago
JSON representation

converts dates into the format required by the SOAP 'xsd:dateTime' type

Awesome Lists containing this project

README

        

SOAP::DateTime

This is a little utility module that converts dates into the
format required by the SOAP 'xsd:dateTime' type. It's just a
dumb little wrapper around Date::Manip, because that's the
lazy way to make sure that we are forgiving in what we accept.

To install:
perl Makefile.PL
make
make test
make install