-
-
31 Aug 2005 23:48:37 UTC
- Distribution: SOAP-DateTime
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (601 / 1 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (9.46KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Date::Manip
- Test::Simple
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
SOAP::DateTime - Support for converting dates to
xsd:dateTime
formatSYNOPSIS
use SOAP::DateTime; my $soap_datetime = ConvertDate($arbitrary_date);
DESCRIPTION
SOAP::DateTime
converts dates into the format required by thexsd:dateTime
type.USAGE
See the synopsis for an example. Date parsing is handled with
Date::Manip
, so the date format used as input is ridiculously flexible.BUGS
None known.
SUPPORT
Contact the author for support.
AUTHOR
Joe McMahon CPAN ID: MCMAHON mcmahon@ibiblio.org http://a.galaxy.far.far.away/modules
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1), Date::Manip(1).
ConvertDate($date)
Accepts the date (in any
Date::Manip
-supported format) and returns a date in the format YYYY-MM-DDTHH:MM:SS; so, for example, December 14 1984 12:14:37 would be 1984-12-14T12:14:37.Module Install Instructions
To install SOAP::DateTime, copy and paste the appropriate command in to your terminal.
cpanm SOAP::DateTime
perl -MCPAN -e shell install SOAP::DateTime
For more information on module installation, please visit the detailed CPAN module installation guide.