The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

DateTime::Locale::ia

SYNOPSIS

  use DateTime;

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

DESCRIPTION

This is the DateTime locale package for Interlingua.

DATA

This locale inherits from the DateTime::Locale::root locale.

It contains the following data.

Days

Wide (format)

  lunedi
  martedi
  mercuridi
  jovedi
  venerdi
  sabbato
  dominica

Abbreviated (format)

  lun
  mar
  mer
  jov
  ven
  sab
  dom

Narrow (format)

  2
  3
  4
  5
  6
  7
  1

Wide (stand-alone)

  lunedi
  martedi
  mercuridi
  jovedi
  venerdi
  sabbato
  dominica

Abbreviated (stand-alone)

  lun
  mar
  mer
  jov
  ven
  sab
  dom

Narrow (stand-alone)

  2
  3
  4
  5
  6
  7
  1

Months

Wide (format)

  januario
  februario
  martio
  april
  maio
  junio
  julio
  augusto
  septembre
  octobre
  novembre
  decembre

Abbreviated (format)

  jan
  feb
  mar
  apr
  mai
  jun
  jul
  aug
  sep
  oct
  nov
  dec

Narrow (format)

  1
  2
  3
  4
  5
  6
  7
  8
  9
  10
  11
  12

Wide (stand-alone)

  januario
  februario
  martio
  april
  maio
  junio
  julio
  augusto
  septembre
  octobre
  novembre
  decembre

Abbreviated (stand-alone)

  jan
  feb
  mar
  apr
  mai
  jun
  jul
  aug
  sep
  oct
  nov
  dec

Narrow (stand-alone)

  1
  2
  3
  4
  5
  6
  7
  8
  9
  10
  11
  12

Quarters

Wide (format)

  1-me trimestre
  2-nde trimestre
  3-tie trimestre
  4-te trimestre

Abbreviated (format)

  T1
  T2
  T3
  T4

Narrow (format)

  1
  2
  3
  4

Wide (stand-alone)

  1-me trimestre
  2-nde trimestre
  3-tie trimestre
  4-te trimestre

Abbreviated (stand-alone)

  T1
  T2
  T3
  T4

Narrow (stand-alone)

  1
  2
  3
  4

Eras

Wide

  ante Christo
  post Christo

Abbreviated

  a.Chr.
  p.Chr.

Narrow

  a.Chr.
  p.Chr.

Date Formats

Full

   2008-02-05T12:30:30 = martedi, 2008 februario 05
   1995-12-22T09:05:02 = venerdi, 1995 decembre 22
  -0010-12-22T23:05:02 = sabbato, -010 decembre 22

Long

   2008-02-05T12:30:30 = 2008 februario 5
   1995-12-22T09:05:02 = 1995 decembre 22
  -0010-12-22T23:05:02 = -010 decembre 22

Medium

   2008-02-05T12:30:30 = 2008 feb 5
   1995-12-22T09:05:02 = 1995 dec 22
  -0010-12-22T23:05:02 = -010 dec 22

Short

   2008-02-05T12:30:30 = 8/02/05
   1995-12-22T09:05:02 = 95/12/22
  -0010-12-22T23:05:02 = 10/12/22

Default

   2008-02-05T12:30:30 = 2008 feb 5
   1995-12-22T09:05:02 = 1995 dec 22
  -0010-12-22T23:05:02 = -010 dec 22

Time Formats

Full

   2008-02-05T12:30:30 = 12:30:30 UTC
   1995-12-22T09:05:02 = 09:05:02 UTC
  -0010-12-22T23:05:02 = 23:05:02 UTC

Long

   2008-02-05T12:30:30 = 12:30:30 UTC
   1995-12-22T09:05:02 = 09:05:02 UTC
  -0010-12-22T23:05:02 = 23:05:02 UTC

Medium

   2008-02-05T12:30:30 = 12:30:30
   1995-12-22T09:05:02 = 09:05:02
  -0010-12-22T23:05:02 = 23:05:02

Short

   2008-02-05T12:30:30 = 12:30
   1995-12-22T09:05:02 = 09:05
  -0010-12-22T23:05:02 = 23:05

Default

   2008-02-05T12:30:30 = 12:30:30
   1995-12-22T09:05:02 = 09:05:02
  -0010-12-22T23:05:02 = 23:05:02

Datetime Formats

Full

   2008-02-05T12:30:30 = martedi, 2008 februario 05 12:30:30 UTC
   1995-12-22T09:05:02 = venerdi, 1995 decembre 22 09:05:02 UTC
  -0010-12-22T23:05:02 = sabbato, -010 decembre 22 23:05:02 UTC

Long

   2008-02-05T12:30:30 = 2008 februario 5 12:30:30 UTC
   1995-12-22T09:05:02 = 1995 decembre 22 09:05:02 UTC
  -0010-12-22T23:05:02 = -010 decembre 22 23:05:02 UTC

Medium

   2008-02-05T12:30:30 = 2008 feb 5 12:30:30
   1995-12-22T09:05:02 = 1995 dec 22 09:05:02
  -0010-12-22T23:05:02 = -010 dec 22 23:05:02

Short

   2008-02-05T12:30:30 = 8/02/05 12:30
   1995-12-22T09:05:02 = 95/12/22 09:05
  -0010-12-22T23:05:02 = 10/12/22 23:05

Default

   2008-02-05T12:30:30 = 2008 feb 5 12:30:30
   1995-12-22T09:05:02 = 1995 dec 22 09:05:02
  -0010-12-22T23:05:02 = -010 dec 22 23:05:02

Available Formats

Ed (E d)

   2008-02-05T12:30:30 = mar 5
   1995-12-22T09:05:02 = ven 22
  -0010-12-22T23:05:02 = sab 22

H (H)

   2008-02-05T12:30:30 = 12
   1995-12-22T09:05:02 = 9
  -0010-12-22T23:05:02 = 23

HHmm (HH:mm)

   2008-02-05T12:30:30 = 12:30
   1995-12-22T09:05:02 = 09:05
  -0010-12-22T23:05:02 = 23:05

HHmmss (HH:mm:ss)

   2008-02-05T12:30:30 = 12:30:30
   1995-12-22T09:05:02 = 09:05:02
  -0010-12-22T23:05:02 = 23:05:02

MMMEd (E MMM d)

   2008-02-05T12:30:30 = mar feb 5
   1995-12-22T09:05:02 = ven dec 22
  -0010-12-22T23:05:02 = sab dec 22

MMMMd (MMMM d)

   2008-02-05T12:30:30 = februario 5
   1995-12-22T09:05:02 = decembre 22
  -0010-12-22T23:05:02 = decembre 22

Md (M-d)

   2008-02-05T12:30:30 = 2-5
   1995-12-22T09:05:02 = 12-22
  -0010-12-22T23:05:02 = 12-22

mmss (mm:ss)

   2008-02-05T12:30:30 = 30:30
   1995-12-22T09:05:02 = 05:02
  -0010-12-22T23:05:02 = 05:02

yyMM (yy-MM)

   2008-02-05T12:30:30 = 8-02
   1995-12-22T09:05:02 = 95-12
  -0010-12-22T23:05:02 = 10-12

yyMMM (yy MMM)

   2008-02-05T12:30:30 = 8 feb
   1995-12-22T09:05:02 = 95 dec
  -0010-12-22T23:05:02 = 10 dec

yyQ (Q yy)

   2008-02-05T12:30:30 = 1 8
   1995-12-22T09:05:02 = 4 95
  -0010-12-22T23:05:02 = 4 10

yyyy (yyyy)

   2008-02-05T12:30:30 = 2008
   1995-12-22T09:05:02 = 1995
  -0010-12-22T23:05:02 = -010

Miscellaneous

Prefers 24 hour time?

Yes

Local first day of the week

lunedi

SUPPORT

See DateTime::Locale.

AUTHOR

Dave Rolsky <autarch@urth.org>

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.