The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
###########################################################################
#
# This file is auto-generated by the Perl DateTime Suite locale
# generator (0.05).  This code generator comes with the
# DateTime::Locale distribution in the tools/ directory, and is called
# generate-from-cldr.
#
# This file as generated from the CLDR XML locale data.  See the
# LICENSE.cldr file included in this distribution for license details.
#
# This file was generated from the source file mt_MT.xml
# The source file version number was 1.47, generated on
# 2009/05/05 23:06:38.
#
# Do not edit this file directly.
#
###########################################################################

package DateTime::Locale::mt_MT;

use strict;
use warnings;
use utf8;

use base 'DateTime::Locale::mt';

sub cldr_version { return "1\.7\.1" }

{
    my $first_day_of_week = "7";
    sub first_day_of_week { return $first_day_of_week }
}

{
    my $glibc_date_format = "\%A\,\ \%d\ ta\ \%b\,\ \%Y";
    sub glibc_date_format { return $glibc_date_format }
}

{
    my $glibc_date_1_format = "\%a\ \%b\ \%e\ \%H\:\%M\:\%S\ \%Z\ \%Y";
    sub glibc_date_1_format { return $glibc_date_1_format }
}

{
    my $glibc_datetime_format = "\%A\,\ \%d\ ta\ \%b\,\ \%Y\ \%I\:\%M\:\%S\ \%p\ \%Z";
    sub glibc_datetime_format { return $glibc_datetime_format }
}

{
    my $glibc_time_format = "\%I\:\%M\:\%S\ \ \%Z";
    sub glibc_time_format { return $glibc_time_format }
}

{
    my $glibc_time_12_format = "\%I\:\%M\:\%S\ \%p\ \%Z";
    sub glibc_time_12_format { return $glibc_time_12_format }
}

1;

__END__


=pod

=encoding utf8

=head1 NAME

DateTime::Locale::mt_MT

=head1 SYNOPSIS

  use DateTime;

  my $dt = DateTime->now( locale => 'mt_MT' );
  print $dt->month_name();

=head1 DESCRIPTION

This is the DateTime locale package for Maltese Malta.

=head1 DATA

This locale inherits from the L<DateTime::Locale::mt> locale.

It contains the following data.

=head2 Days

=head3 Wide (format)

  It-Tnejn
  It-Tlieta
  L-Erbgħa
  Il-Ħamis
  Il-Ġimgħa
  Is-Sibt
  Il-Ħadd

=head3 Abbreviated (format)

  Tne
  Tli
  Erb
  Ħam
  Ġim
  Sib
  Ħad

=head3 Narrow (format)

  T
  T
  E
  Ħ
  Ġ
  S
  Ħ

=head3 Wide (stand-alone)

  It-Tnejn
  It-Tlieta
  L-Erbgħa
  Il-Ħamis
  Il-Ġimgħa
  Is-Sibt
  Il-Ħadd

=head3 Abbreviated (stand-alone)

  Tne
  Tli
  Erb
  Ħam
  Ġim
  Sib
  Ħad

=head3 Narrow (stand-alone)

  T
  T
  E
  Ħ
  Ġ
  S
  Ħ

=head2 Months

=head3 Wide (format)

  Jannar
  Frar
  Marzu
  April
  Mejju
  Ġunju
  Lulju
  Awwissu
  Settembru
  Ottubru
  Novembru
  Diċembru

=head3 Abbreviated (format)

  Jan
  Fra
  Mar
  Apr
  Mej
  Ġun
  Lul
  Aww
  Set
  Ott
  Nov
  Diċ

=head3 Narrow (format)

  J
  F
  M
  A
  M
  Ġ
  L
  A
  S
  O
  N
  D

=head3 Wide (stand-alone)

  Jannar
  Frar
  Marzu
  April
  Mejju
  Ġunju
  Lulju
  Awwissu
  Settembru
  Ottubru
  Novembru
  Diċembru

=head3 Abbreviated (stand-alone)

  Jan
  Fra
  Mar
  Apr
  Mej
  Ġun
  Lul
  Aww
  Set
  Ott
  Nov
  Diċ

=head3 Narrow (stand-alone)

  J
  F
  M
  A
  M
  Ġ
  L
  A
  S
  O
  N
  D

=head2 Quarters

=head3 Wide (format)

  K1
  K2
  K3
  K4

=head3 Abbreviated (format)

  K1
  K2
  K3
  K4

=head3 Narrow (format)

  1
  2
  3
  4

=head3 Wide (stand-alone)

  K1
  K2
  K3
  K4

=head3 Abbreviated (stand-alone)

  K1
  K2
  K3
  K4

=head3 Narrow (stand-alone)

  1
  2
  3
  4

=head2 Eras

=head3 Wide

  Qabel Kristu
  Wara Kristu

=head3 Abbreviated

  QK
  WK

=head3 Narrow

  QK
  WK

=head2 Date Formats

=head3 Full

   2008-02-05T18:30:30 = It-Tlieta, 5 ta’ Frar 2008
   1995-12-22T09:05:02 = Il-Ġimgħa, 22 ta’ Diċembru 1995
  -0010-09-15T04:44:23 = Is-Sibt, 15 ta’ Settembru -10

=head3 Long

   2008-02-05T18:30:30 = 5 ta’ Frar 2008
   1995-12-22T09:05:02 = 22 ta’ Diċembru 1995
  -0010-09-15T04:44:23 = 15 ta’ Settembru -10

=head3 Medium

   2008-02-05T18:30:30 = 05 Fra 2008
   1995-12-22T09:05:02 = 22 Diċ 1995
  -0010-09-15T04:44:23 = 15 Set -10

=head3 Short

   2008-02-05T18:30:30 = 05/02/2008
   1995-12-22T09:05:02 = 22/12/1995
  -0010-09-15T04:44:23 = 15/09/-010

=head3 Default

   2008-02-05T18:30:30 = 05 Fra 2008
   1995-12-22T09:05:02 = 22 Diċ 1995
  -0010-09-15T04:44:23 = 15 Set -10

=head2 Time Formats

=head3 Full

   2008-02-05T18:30:30 = 18:30:30 UTC
   1995-12-22T09:05:02 = 09:05:02 UTC
  -0010-09-15T04:44:23 = 04:44:23 UTC

=head3 Long

   2008-02-05T18:30:30 = 18:30:30 UTC
   1995-12-22T09:05:02 = 09:05:02 UTC
  -0010-09-15T04:44:23 = 04:44:23 UTC

=head3 Medium

   2008-02-05T18:30:30 = 18:30:30
   1995-12-22T09:05:02 = 09:05:02
  -0010-09-15T04:44:23 = 04:44:23

=head3 Short

   2008-02-05T18:30:30 = 18:30
   1995-12-22T09:05:02 = 09:05
  -0010-09-15T04:44:23 = 04:44

=head3 Default

   2008-02-05T18:30:30 = 18:30:30
   1995-12-22T09:05:02 = 09:05:02
  -0010-09-15T04:44:23 = 04:44:23

=head2 Datetime Formats

=head3 Full

   2008-02-05T18:30:30 = It-Tlieta, 5 ta’ Frar 2008 18:30:30 UTC
   1995-12-22T09:05:02 = Il-Ġimgħa, 22 ta’ Diċembru 1995 09:05:02 UTC
  -0010-09-15T04:44:23 = Is-Sibt, 15 ta’ Settembru -10 04:44:23 UTC

=head3 Long

   2008-02-05T18:30:30 = 5 ta’ Frar 2008 18:30:30 UTC
   1995-12-22T09:05:02 = 22 ta’ Diċembru 1995 09:05:02 UTC
  -0010-09-15T04:44:23 = 15 ta’ Settembru -10 04:44:23 UTC

=head3 Medium

   2008-02-05T18:30:30 = 05 Fra 2008 18:30:30
   1995-12-22T09:05:02 = 22 Diċ 1995 09:05:02
  -0010-09-15T04:44:23 = 15 Set -10 04:44:23

=head3 Short

   2008-02-05T18:30:30 = 05/02/2008 18:30
   1995-12-22T09:05:02 = 22/12/1995 09:05
  -0010-09-15T04:44:23 = 15/09/-010 04:44

=head3 Default

   2008-02-05T18:30:30 = 05 Fra 2008 18:30:30
   1995-12-22T09:05:02 = 22 Diċ 1995 09:05:02
  -0010-09-15T04:44:23 = 15 Set -10 04:44:23

=head2 Available Formats

=head3 d (d)

   2008-02-05T18:30:30 = 5
   1995-12-22T09:05:02 = 22
  -0010-09-15T04:44:23 = 15

=head3 EEEd (d EEE)

   2008-02-05T18:30:30 = 5 Tli
   1995-12-22T09:05:02 = 22 Ġim
  -0010-09-15T04:44:23 = 15 Sib

=head3 Hm (H:mm)

   2008-02-05T18:30:30 = 18:30
   1995-12-22T09:05:02 = 9:05
  -0010-09-15T04:44:23 = 4:44

=head3 hm (h:mm a)

   2008-02-05T18:30:30 = 6:30 WN
   1995-12-22T09:05:02 = 9:05 QN
  -0010-09-15T04:44:23 = 4:44 QN

=head3 Hms (H:mm:ss)

   2008-02-05T18:30:30 = 18:30:30
   1995-12-22T09:05:02 = 9:05:02
  -0010-09-15T04:44:23 = 4:44:23

=head3 hms (h:mm:ss a)

   2008-02-05T18:30:30 = 6:30:30 WN
   1995-12-22T09:05:02 = 9:05:02 QN
  -0010-09-15T04:44:23 = 4:44:23 QN

=head3 M (L)

   2008-02-05T18:30:30 = 2
   1995-12-22T09:05:02 = 12
  -0010-09-15T04:44:23 = 9

=head3 Md (M-d)

   2008-02-05T18:30:30 = 2-5
   1995-12-22T09:05:02 = 12-22
  -0010-09-15T04:44:23 = 9-15

=head3 MEd (E, M-d)

   2008-02-05T18:30:30 = Tli, 2-5
   1995-12-22T09:05:02 = Ġim, 12-22
  -0010-09-15T04:44:23 = Sib, 9-15

=head3 MMdd (dd/MM)

   2008-02-05T18:30:30 = 05/02
   1995-12-22T09:05:02 = 22/12
  -0010-09-15T04:44:23 = 15/09

=head3 MMM (LLL)

   2008-02-05T18:30:30 = Fra
   1995-12-22T09:05:02 = Diċ
  -0010-09-15T04:44:23 = Set

=head3 MMMd (MMM d)

   2008-02-05T18:30:30 = Fra 5
   1995-12-22T09:05:02 = Diċ 22
  -0010-09-15T04:44:23 = Set 15

=head3 MMMEd (E MMM d)

   2008-02-05T18:30:30 = Tli Fra 5
   1995-12-22T09:05:02 = Ġim Diċ 22
  -0010-09-15T04:44:23 = Sib Set 15

=head3 MMMMd (d 'ta'’ MMMM)

   2008-02-05T18:30:30 = 5 ta’ Frar
   1995-12-22T09:05:02 = 22 ta’ Diċembru
  -0010-09-15T04:44:23 = 15 ta’ Settembru

=head3 MMMMEd (E MMMM d)

   2008-02-05T18:30:30 = Tli Frar 5
   1995-12-22T09:05:02 = Ġim Diċembru 22
  -0010-09-15T04:44:23 = Sib Settembru 15

=head3 ms (mm:ss)

   2008-02-05T18:30:30 = 30:30
   1995-12-22T09:05:02 = 05:02
  -0010-09-15T04:44:23 = 44:23

=head3 y (y)

   2008-02-05T18:30:30 = 2008
   1995-12-22T09:05:02 = 1995
  -0010-09-15T04:44:23 = -10

=head3 yM (y-M)

   2008-02-05T18:30:30 = 2008-2
   1995-12-22T09:05:02 = 1995-12
  -0010-09-15T04:44:23 = -10-9

=head3 yMEd (EEE, y-M-d)

   2008-02-05T18:30:30 = Tli, 2008-2-5
   1995-12-22T09:05:02 = Ġim, 1995-12-22
  -0010-09-15T04:44:23 = Sib, -10-9-15

=head3 yMMM (y MMM)

   2008-02-05T18:30:30 = 2008 Fra
   1995-12-22T09:05:02 = 1995 Diċ
  -0010-09-15T04:44:23 = -10 Set

=head3 yMMMEd (EEE, y MMM d)

   2008-02-05T18:30:30 = Tli, 2008 Fra 5
   1995-12-22T09:05:02 = Ġim, 1995 Diċ 22
  -0010-09-15T04:44:23 = Sib, -10 Set 15

=head3 yMMMM (y MMMM)

   2008-02-05T18:30:30 = 2008 Frar
   1995-12-22T09:05:02 = 1995 Diċembru
  -0010-09-15T04:44:23 = -10 Settembru

=head3 yQ (y Q)

   2008-02-05T18:30:30 = 2008 1
   1995-12-22T09:05:02 = 1995 4
  -0010-09-15T04:44:23 = -10 3

=head3 yQQQ (y QQQ)

   2008-02-05T18:30:30 = 2008 K1
   1995-12-22T09:05:02 = 1995 K4
  -0010-09-15T04:44:23 = -10 K3

=head3 yyQ (Q yy)

   2008-02-05T18:30:30 = 1 08
   1995-12-22T09:05:02 = 4 95
  -0010-09-15T04:44:23 = 3 -10

=head3 yyyyMM (MM/yyyy)

   2008-02-05T18:30:30 = 02/2008
   1995-12-22T09:05:02 = 12/1995
  -0010-09-15T04:44:23 = 09/-010

=head3 yyyyMMM (MMM y)

   2008-02-05T18:30:30 = Fra 2008
   1995-12-22T09:05:02 = Diċ 1995
  -0010-09-15T04:44:23 = Set -10

=head2 Miscellaneous

=head3 Prefers 24 hour time?

Yes

=head3 Local first day of the week

Il-Ħadd


=head1 SUPPORT

See L<DateTime::Locale>.

=head1 AUTHOR

Dave Rolsky <autarch@urth.org>

=head1 COPYRIGHT

Copyright (c) 2008 David Rolsky. All rights reserved. This program is
free software; you can redistribute it and/or modify it under the same
terms as Perl itself.

This module was generated from data provided by the CLDR project, see
the LICENSE.cldr in this distribution for details on the CLDR data's
license.

=cut