| SOAP-DateTime documentation | view source | Contained in the SOAP-DateTime distribution. |
SOAP::DateTime - Support for converting dates to xsd:dateTime format
use SOAP::DateTime; my $soap_datetime = ConvertDate($arbitrary_date);
SOAP::DateTime converts dates into the format required by the
xsd:dateTime type.
See the synopsis for an example. Date parsing is handled with Date::Manip,
so the date format used as input is ridiculously flexible.
None known.
Contact the author for support.
Joe McMahon CPAN ID: MCMAHON mcmahon@ibiblio.org http://a.galaxy.far.far.away/modules
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.
perl(1), Date::Manip(1).
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.
| SOAP-DateTime documentation | view source | Contained in the SOAP-DateTime distribution. |