Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joemcmahon/soap-datetime
- Owner: joemcmahon
- License: other
- Created: 2009-08-20T23:53:08.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2009-08-20T23:53:35.000Z (about 15 years ago)
- Last Synced: 2023-04-14T02:12:42.337Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
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