DateTime::Locale::FromData - Class for locale objects instantiated from pre-defined data



NAME

DateTime::Locale::FromData - Class for locale objects instantiated from pre-defined data


VERSION

version 1.03


SYNOPSIS

  my $locale = DateTime::Locale::FromData->new(%lots_of_data)


DESCRIPTION

This class is used to represent locales instantiated from the data in the DateTime::Locale::Data module.


METHODS

This class provides the following methods:

The following methods all return an array reference containing the specified data.

The methods with ``format'' in the name should return strings that can be used a part of a string, like ``the month of July''. The stand alone values are for use in things like calendars as opposed to a sentence.

The narrow forms may not be unique (for example, in the day column heading for a calendar it's okay to have ``T'' for both Tuesday and Thursday).

The wide name should always be the full name of thing in question. The narrow name should be just one or two characters.

The following methods return strings appropriate for the DateTime->format_cldr method:

A locale may also offer one or more formats for displaying part of a datetime, such as the year and month, or hour and minute.

There are also some miscellaneous methods:


SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-datetime-locale@rt.cpan.org).

There is a mailing list available for users of this distribution, mailto:datetime@perl.org.

I am also usually active on IRC as 'drolsky' on irc://irc.perl.org.


AUTHOR

Dave Rolsky <autarch@urth.org>


COPYRIGHT AND LICENCE

This software is copyright (c) 2016 by Dave Rolsky.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

 DateTime::Locale::FromData - Class for locale objects instantiated from pre-defined data