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::ku_IR

SYNOPSIS

  use DateTime;

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

DESCRIPTION

This is the DateTime locale package for Kurdish Iran.

DATA

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

It contains the following data.

Days

Wide (format)

  duşem
  şê
  çarşem
  pêncşem
  în
  şemî
  yekşem

Abbreviated (format)

  dş
  sş
  çş
  pş
  în
  ş
  yş

Narrow (format)

  d
  s
  ç
  p
  î
  ş
  y

Wide (stand-alone)

  duşem
  şê
  çarşem
  pêncşem
  în
  şemî
  yekşem

Abbreviated (stand-alone)

  dş
  sş
  çş
  pş
  în
  ş
  yş

Narrow (stand-alone)

  d
  s
  ç
  p
  î
  ş
  y

Months

Wide (format)

  çile
  sibat
  adar
  nîsan
  gulan
  hezîran
  7
  8
  9
  10
  11
  12

Abbreviated (format)

  çil
  sib
  adr
  nîs
  gul
  hez
  tîr
  8
  9
  10
  11
  12

Narrow (format)

  ç
  s
  a
  n
  g
  h
  7
  8
  9
  10
  11
  12

Wide (stand-alone)

  çile
  sibat
  adar
  nîsan
  gulan
  hezîran
  7
  8
  9
  10
  11
  12

Abbreviated (stand-alone)

  çil
  sib
  adr
  nîs
  gul
  hez
  tîr
  8
  9
  10
  11
  12

Narrow (stand-alone)

  ç
  s
  a
  n
  g
  h
  7
  8
  9
  10
  11
  12

Quarters

Wide (format)

  Ç1
  Ç2
  Ç3
  Ç4

Abbreviated (format)

  Ç1
  Ç2
  Ç3
  Ç4

Narrow (format)

  1
  2
  3
  4

Wide (stand-alone)

  Ç1
  Ç2
  Ç3
  Ç4

Abbreviated (stand-alone)

  Ç1
  Ç2
  Ç3
  Ç4

Narrow (stand-alone)

  1
  2
  3
  4

Eras

Wide

  BCE
  CE

Abbreviated

  BZ
  PZ

Narrow

  BZ
  PZ

Date Formats

Full

   2008-02-05T12:30:30 = şê, 2008 sibat 05
   1995-12-22T09:05:02 = în, 1995 12 22
  -0010-12-22T23:05:02 = şemî, -010 12 22

Long

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

Medium

   2008-02-05T12:30:30 = 2008 sib 5
   1995-12-22T09:05:02 = 1995 12 22
  -0010-12-22T23:05:02 = -010 12 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 sib 5
   1995-12-22T09:05:02 = 1995 12 22
  -0010-12-22T23:05:02 = -010 12 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 = şê, 2008 sibat 05 12:30:30 UTC
   1995-12-22T09:05:02 = în, 1995 12 22 09:05:02 UTC
  -0010-12-22T23:05:02 = şemî, -010 12 22 23:05:02 UTC

Long

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

Medium

   2008-02-05T12:30:30 = 2008 sib 5 12:30:30
   1995-12-22T09:05:02 = 1995 12 22 09:05:02
  -0010-12-22T23:05:02 = -010 12 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 sib 5 12:30:30
   1995-12-22T09:05:02 = 1995 12 22 09:05:02
  -0010-12-22T23:05:02 = -010 12 22 23:05:02

Available Formats

Ed (E d)

   2008-02-05T12:30:30 = sş 5
   1995-12-22T09:05:02 = în 22
  -0010-12-22T23:05:02 = ş 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 = sş sib 5
   1995-12-22T09:05:02 = în 12 22
  -0010-12-22T23:05:02 = ş 12 22

MMMMd (MMMM d)

   2008-02-05T12:30:30 = sibat 5
   1995-12-22T09:05:02 = 12 22
  -0010-12-22T23:05:02 = 12 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 sib
   1995-12-22T09:05:02 = 95 12
  -0010-12-22T23:05:02 = 10 12

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

şemî

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.