-
-
18 Apr 2021 13:51:29 UTC
- Distribution: DateTime-Format-XSD
- Module version: 0.4
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (1230 / 0 / 0)
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: perl_5
- Perl: v5.8.0
- Activity
24 month- Tools
- Download (13.14KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- NAME
- VERSION
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
- BUG REPORTS
- COPYRIGHT
- LICENSE
- AUTHORS
- COPYRIGHT AND LICENSE
NAME
DateTime::Format::XSD - Format DateTime according to xsd:dateTime
VERSION
version 0.4
SYNOPSIS
my $str = DateTime::Format::XSD->format_datetime($dt);
DESCRIPTION
XML Schema defines a usage profile which is a subset of the ISO8601 profile. This profile defines that the following is the only possible representation for a dateTime, despite all other options ISO provides.
YYYY-MM-DD"T"HH:MI:SS(Z|[+-]zh:zm)
This module is a subclass of DateTime::Format::ISO8601, therefore it will be able to parse all other ISO options, but will only format it in this exact spec.
SEE ALSO
DateTime, DateTime::Format::ISO8601, The XML Schema speficitation.
BUG REPORTS
Please submit all bugs regarding
DateTime::Format::XSD
tobug-datetime-format-xsd@rt.cpan.org
COPYRIGHT
This software is copyright (c) 2004 by Daniel Ruoso.
LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHORS
Daniel Ruoso <daniel@ruoso.com>
Timothy Legge <timlegge@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Daniel Ruoso.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install DateTime::Format::XSD, copy and paste the appropriate command in to your terminal.
cpanm DateTime::Format::XSD
perl -MCPAN -e shell install DateTime::Format::XSD
For more information on module installation, please visit the detailed CPAN module installation guide.