Biblio-ILL-ISO
view release on metacpan or search on metacpan
lib/Biblio/ILL/ISO/ISODate.pm view on Meta::CPAN
ISO-Date ::= VisibleString
-- conforms to ISO 8601
-- length = 8
-- fixed
-- YYYYMMDD
=cut
#
# NOTE that an ISO-Date _is_not_ an ILL-String!
# ...but I've already got ILLString built, so we'll just
# inherit and tweak...
#
=head1 METHODS
=cut
#---------------------------------------------------------------
#
lib/Biblio/ILL/ISO/ISOTime.pm view on Meta::CPAN
ISO-Time ::= VisibleString
-- conforms to ISO 8601
-- length = 6,
-- fixed
-- HHMMSS
-- local time of person or institution invoking service
=cut
#
# NOTE that an ISO-Time _is_not_ an ILL-String!
# ...but I've already got ILLString built, so we'll just
# inherit and tweak...
#
=head1 METHODS
=cut
#---------------------------------------------------------------
#
( run in 0.396 second using v1.01-cache-2.11-cpan-0a987023a57 )