1###########################################################################
2#
3# This file is auto-generated by the Perl DateTime Suite locale
4# generator (0.05).  This code generator comes with the
5# DateTime::Locale distribution in the tools/ directory, and is called
6# generate-from-cldr.
7#
8# This file as generated from the CLDR XML locale data.  See the
9# LICENSE.cldr file included in this distribution for license details.
10#
11# This file was generated from the source file sr_ME.xml
12# The source file version number was 1.11, generated on
13# 2009/06/09 05:36:20.
14#
15# Do not edit this file directly.
16#
17###########################################################################
18
19package DateTime::Locale::sr_ME;
20
21use strict;
22use warnings;
23use utf8;
24
25use base 'DateTime::Locale::sr_Latn_ME';
26
27sub cldr_version { return "1\.7\.1" }
28
29{
30    my $first_day_of_week = "1";
31    sub first_day_of_week { return $first_day_of_week }
32}
33
34{
35    my $glibc_date_format = "\%d\.\%m\.\%Y\.";
36    sub glibc_date_format { return $glibc_date_format }
37}
38
39{
40    my $glibc_date_1_format = "\%a\<U002c\>\ \%e\.\ \%b\ \%Y\.\ \ \%H\:\%M\:\%S\ \%Z\
41";
42    sub glibc_date_1_format { return $glibc_date_1_format }
43}
44
45{
46    my $glibc_datetime_format = "\%A\,\ \%d\.\ \%B\ \%Y\.\ \%T\ \%Z";
47    sub glibc_datetime_format { return $glibc_datetime_format }
48}
49
50{
51    my $glibc_time_format = "\%T";
52    sub glibc_time_format { return $glibc_time_format }
53}
54
55{
56    my $glibc_time_12_format = "\%T";
57    sub glibc_time_12_format { return $glibc_time_12_format }
58}
59
601;
61
62__END__
63
64
65=pod
66
67=encoding utf8
68
69=head1 NAME
70
71DateTime::Locale::sr_ME
72
73=head1 SYNOPSIS
74
75  use DateTime;
76
77  my $dt = DateTime->now( locale => 'sr_ME' );
78  print $dt->month_name();
79
80=head1 DESCRIPTION
81
82This is the DateTime locale package for Serbian Montenegro.
83
84=head1 DATA
85
86This locale inherits from the L<DateTime::Locale::sr_Latn_ME> locale.
87
88It contains the following data.
89
90=head2 Days
91
92=head3 Wide (format)
93
94  ponedeljak
95  utorak
96  sreda
97  četvrtak
98  petak
99  subota
100  nedelja
101
102=head3 Abbreviated (format)
103
104  pon
105  uto
106  sre
107  čet
108  pet
109  sub
110  ned
111
112=head3 Narrow (format)
113
114  p
115  u
116  s
117  č
118  p
119  s
120  n
121
122=head3 Wide (stand-alone)
123
124  ponedeljak
125  utorak
126  sreda
127  četvrtak
128  petak
129  subota
130  nedelja
131
132=head3 Abbreviated (stand-alone)
133
134  pon
135  uto
136  sre
137  čet
138  pet
139  sub
140  ned
141
142=head3 Narrow (stand-alone)
143
144  p
145  u
146  s
147  č
148  p
149  s
150  n
151
152=head2 Months
153
154=head3 Wide (format)
155
156  januar
157  februar
158  mart
159  april
160  maj
161  jun
162  jul
163  avgust
164  septembar
165  oktobar
166  novembar
167  decembar
168
169=head3 Abbreviated (format)
170
171  jan
172  feb
173  mar
174  apr
175  maj
176  jun
177  jul
178  avg
179  sep
180  okt
181  nov
182  dec
183
184=head3 Narrow (format)
185
186  j
187  f
188  m
189  a
190  m
191  j
192  j
193  a
194  s
195  o
196  n
197  d
198
199=head3 Wide (stand-alone)
200
201  januar
202  februar
203  mart
204  april
205  maj
206  jun
207  jul
208  avgust
209  septembar
210  oktobar
211  novembar
212  decembar
213
214=head3 Abbreviated (stand-alone)
215
216  jan
217  feb
218  mar
219  apr
220  maj
221  jun
222  jul
223  avg
224  sep
225  okt
226  nov
227  dec
228
229=head3 Narrow (stand-alone)
230
231  j
232  f
233  m
234  a
235  m
236  j
237  j
238  a
239  s
240  o
241  n
242  d
243
244=head2 Quarters
245
246=head3 Wide (format)
247
248  1. kvartal
249  2. kvartal
250  3. kvartal
251  4. kvartal
252
253=head3 Abbreviated (format)
254
255  Q1
256  Q2
257  Q3
258  Q4
259
260=head3 Narrow (format)
261
262  1
263  2
264  3
265  4
266
267=head3 Wide (stand-alone)
268
269  1. kvartal
270  2. kvartal
271  3. kvartal
272  4. kvartal
273
274=head3 Abbreviated (stand-alone)
275
276  Q1
277  Q2
278  Q3
279  Q4
280
281=head3 Narrow (stand-alone)
282
283  1
284  2
285  3
286  4
287
288=head2 Eras
289
290=head3 Wide
291
292  Pre nove ere
293  Nove ere
294
295=head3 Abbreviated
296
297  p. n. e.
298  n. e
299
300=head3 Narrow
301
302  p. n. e.
303  n. e
304
305=head2 Date Formats
306
307=head3 Full
308
309   2008-02-05T18:30:30 = utorak, 05. februar 2008.
310   1995-12-22T09:05:02 = petak, 22. decembar 1995.
311  -0010-09-15T04:44:23 = subota, 15. septembar -10.
312
313=head3 Long
314
315   2008-02-05T18:30:30 = 5.02.2008.
316   1995-12-22T09:05:02 = 22.12.1995.
317  -0010-09-15T04:44:23 = 15.09.-010.
318
319=head3 Medium
320
321   2008-02-05T18:30:30 = 05.02.2008.
322   1995-12-22T09:05:02 = 22.12.1995.
323  -0010-09-15T04:44:23 = 15.09.-10.
324
325=head3 Short
326
327   2008-02-05T18:30:30 = 5.2.08.
328   1995-12-22T09:05:02 = 22.12.95.
329  -0010-09-15T04:44:23 = 15.9.-10.
330
331=head3 Default
332
333   2008-02-05T18:30:30 = 05.02.2008.
334   1995-12-22T09:05:02 = 22.12.1995.
335  -0010-09-15T04:44:23 = 15.09.-10.
336
337=head2 Time Formats
338
339=head3 Full
340
341   2008-02-05T18:30:30 = 18.30.30 UTC
342   1995-12-22T09:05:02 = 09.05.02 UTC
343  -0010-09-15T04:44:23 = 04.44.23 UTC
344
345=head3 Long
346
347   2008-02-05T18:30:30 = 18.30.30 UTC
348   1995-12-22T09:05:02 = 09.05.02 UTC
349  -0010-09-15T04:44:23 = 04.44.23 UTC
350
351=head3 Medium
352
353   2008-02-05T18:30:30 = 18.30.30
354   1995-12-22T09:05:02 = 09.05.02
355  -0010-09-15T04:44:23 = 04.44.23
356
357=head3 Short
358
359   2008-02-05T18:30:30 = 18.30
360   1995-12-22T09:05:02 = 09.05
361  -0010-09-15T04:44:23 = 04.44
362
363=head3 Default
364
365   2008-02-05T18:30:30 = 18.30.30
366   1995-12-22T09:05:02 = 09.05.02
367  -0010-09-15T04:44:23 = 04.44.23
368
369=head2 Datetime Formats
370
371=head3 Full
372
373   2008-02-05T18:30:30 = utorak, 05. februar 2008. 18.30.30 UTC
374   1995-12-22T09:05:02 = petak, 22. decembar 1995. 09.05.02 UTC
375  -0010-09-15T04:44:23 = subota, 15. septembar -10. 04.44.23 UTC
376
377=head3 Long
378
379   2008-02-05T18:30:30 = 5.02.2008. 18.30.30 UTC
380   1995-12-22T09:05:02 = 22.12.1995. 09.05.02 UTC
381  -0010-09-15T04:44:23 = 15.09.-010. 04.44.23 UTC
382
383=head3 Medium
384
385   2008-02-05T18:30:30 = 05.02.2008. 18.30.30
386   1995-12-22T09:05:02 = 22.12.1995. 09.05.02
387  -0010-09-15T04:44:23 = 15.09.-10. 04.44.23
388
389=head3 Short
390
391   2008-02-05T18:30:30 = 5.2.08. 18.30
392   1995-12-22T09:05:02 = 22.12.95. 09.05
393  -0010-09-15T04:44:23 = 15.9.-10. 04.44
394
395=head3 Default
396
397   2008-02-05T18:30:30 = 05.02.2008. 18.30.30
398   1995-12-22T09:05:02 = 22.12.1995. 09.05.02
399  -0010-09-15T04:44:23 = 15.09.-10. 04.44.23
400
401=head2 Available Formats
402
403=head3 d (d)
404
405   2008-02-05T18:30:30 = 5
406   1995-12-22T09:05:02 = 22
407  -0010-09-15T04:44:23 = 15
408
409=head3 Ed (E d.)
410
411   2008-02-05T18:30:30 = uto 5.
412   1995-12-22T09:05:02 = pet 22.
413  -0010-09-15T04:44:23 = sub 15.
414
415=head3 EEEd (d EEE)
416
417   2008-02-05T18:30:30 = 5 uto
418   1995-12-22T09:05:02 = 22 pet
419  -0010-09-15T04:44:23 = 15 sub
420
421=head3 hhmm (hh.mm a)
422
423   2008-02-05T18:30:30 = 06.30 popodne
424   1995-12-22T09:05:02 = 09.05 pre podne
425  -0010-09-15T04:44:23 = 04.44 pre podne
426
427=head3 hhmmss (hh.mm.ss a)
428
429   2008-02-05T18:30:30 = 06.30.30 popodne
430   1995-12-22T09:05:02 = 09.05.02 pre podne
431  -0010-09-15T04:44:23 = 04.44.23 pre podne
432
433=head3 Hm (H.mm)
434
435   2008-02-05T18:30:30 = 18.30
436   1995-12-22T09:05:02 = 9.05
437  -0010-09-15T04:44:23 = 4.44
438
439=head3 hm (h:mm a)
440
441   2008-02-05T18:30:30 = 6:30 popodne
442   1995-12-22T09:05:02 = 9:05 pre podne
443  -0010-09-15T04:44:23 = 4:44 pre podne
444
445=head3 Hms (H:mm:ss)
446
447   2008-02-05T18:30:30 = 18:30:30
448   1995-12-22T09:05:02 = 9:05:02
449  -0010-09-15T04:44:23 = 4:44:23
450
451=head3 hms (h:mm:ss a)
452
453   2008-02-05T18:30:30 = 6:30:30 popodne
454   1995-12-22T09:05:02 = 9:05:02 pre podne
455  -0010-09-15T04:44:23 = 4:44:23 pre podne
456
457=head3 M (L)
458
459   2008-02-05T18:30:30 = 2
460   1995-12-22T09:05:02 = 12
461  -0010-09-15T04:44:23 = 9
462
463=head3 Md (d/M)
464
465   2008-02-05T18:30:30 = 5/2
466   1995-12-22T09:05:02 = 22/12
467  -0010-09-15T04:44:23 = 15/9
468
469=head3 MEd (E, M-d)
470
471   2008-02-05T18:30:30 = uto, 2-5
472   1995-12-22T09:05:02 = pet, 12-22
473  -0010-09-15T04:44:23 = sub, 9-15
474
475=head3 MMdd (MM-dd)
476
477   2008-02-05T18:30:30 = 02-05
478   1995-12-22T09:05:02 = 12-22
479  -0010-09-15T04:44:23 = 09-15
480
481=head3 MMM (LLL)
482
483   2008-02-05T18:30:30 = feb
484   1995-12-22T09:05:02 = dec
485  -0010-09-15T04:44:23 = sep
486
487=head3 MMMd (MMM d.)
488
489   2008-02-05T18:30:30 = feb 5.
490   1995-12-22T09:05:02 = dec 22.
491  -0010-09-15T04:44:23 = sep 15.
492
493=head3 MMMdd (dd.MMM)
494
495   2008-02-05T18:30:30 = 05.feb
496   1995-12-22T09:05:02 = 22.dec
497  -0010-09-15T04:44:23 = 15.sep
498
499=head3 MMMEd (E d. MMM)
500
501   2008-02-05T18:30:30 = uto 5. feb
502   1995-12-22T09:05:02 = pet 22. dec
503  -0010-09-15T04:44:23 = sub 15. sep
504
505=head3 MMMMd (MMMM d.)
506
507   2008-02-05T18:30:30 = februar 5.
508   1995-12-22T09:05:02 = decembar 22.
509  -0010-09-15T04:44:23 = septembar 15.
510
511=head3 MMMMdd (dd. MMMM)
512
513   2008-02-05T18:30:30 = 05. februar
514   1995-12-22T09:05:02 = 22. decembar
515  -0010-09-15T04:44:23 = 15. septembar
516
517=head3 MMMMEd (E MMMM d)
518
519   2008-02-05T18:30:30 = uto februar 5
520   1995-12-22T09:05:02 = pet decembar 22
521  -0010-09-15T04:44:23 = sub septembar 15
522
523=head3 ms (mm:ss)
524
525   2008-02-05T18:30:30 = 30:30
526   1995-12-22T09:05:02 = 05:02
527  -0010-09-15T04:44:23 = 44:23
528
529=head3 y (y.)
530
531   2008-02-05T18:30:30 = 2008.
532   1995-12-22T09:05:02 = 1995.
533  -0010-09-15T04:44:23 = -10.
534
535=head3 yM (y-M)
536
537   2008-02-05T18:30:30 = 2008-2
538   1995-12-22T09:05:02 = 1995-12
539  -0010-09-15T04:44:23 = -10-9
540
541=head3 yMEd (EEE, d. M. yyyy.)
542
543   2008-02-05T18:30:30 = uto, 5. 2. 2008.
544   1995-12-22T09:05:02 = pet, 22. 12. 1995.
545  -0010-09-15T04:44:23 = sub, 15. 9. -010.
546
547=head3 yMMM (y MMM)
548
549   2008-02-05T18:30:30 = 2008 feb
550   1995-12-22T09:05:02 = 1995 dec
551  -0010-09-15T04:44:23 = -10 sep
552
553=head3 yMMMEd (EEE, d. MMM y.)
554
555   2008-02-05T18:30:30 = uto, 5. feb 2008.
556   1995-12-22T09:05:02 = pet, 22. dec 1995.
557  -0010-09-15T04:44:23 = sub, 15. sep -10.
558
559=head3 yMMMM (y MMMM)
560
561   2008-02-05T18:30:30 = 2008 februar
562   1995-12-22T09:05:02 = 1995 decembar
563  -0010-09-15T04:44:23 = -10 septembar
564
565=head3 yQ (y Q)
566
567   2008-02-05T18:30:30 = 2008 1
568   1995-12-22T09:05:02 = 1995 4
569  -0010-09-15T04:44:23 = -10 3
570
571=head3 yQQQ (y QQQ)
572
573   2008-02-05T18:30:30 = 2008 Q1
574   1995-12-22T09:05:02 = 1995 Q4
575  -0010-09-15T04:44:23 = -10 Q3
576
577=head3 yyMM (MM.yy)
578
579   2008-02-05T18:30:30 = 02.08
580   1995-12-22T09:05:02 = 12.95
581  -0010-09-15T04:44:23 = 09.-10
582
583=head3 yyMMdd (dd.MM.yy)
584
585   2008-02-05T18:30:30 = 05.02.08
586   1995-12-22T09:05:02 = 22.12.95
587  -0010-09-15T04:44:23 = 15.09.-10
588
589=head3 yyMMMd (d. MMM yy.)
590
591   2008-02-05T18:30:30 = 5. feb 08.
592   1995-12-22T09:05:02 = 22. dec 95.
593  -0010-09-15T04:44:23 = 15. sep -10.
594
595=head3 yyQ (Q yy)
596
597   2008-02-05T18:30:30 = 1 08
598   1995-12-22T09:05:02 = 4 95
599  -0010-09-15T04:44:23 = 3 -10
600
601=head3 yyQQQQ (QQQQ yy)
602
603   2008-02-05T18:30:30 = 1. kvartal 08
604   1995-12-22T09:05:02 = 4. kvartal 95
605  -0010-09-15T04:44:23 = 3. kvartal -10
606
607=head3 yyyy (y.)
608
609   2008-02-05T18:30:30 = 2008.
610   1995-12-22T09:05:02 = 1995.
611  -0010-09-15T04:44:23 = -10.
612
613=head3 yyyyMM (yyyy-MM)
614
615   2008-02-05T18:30:30 = 2008-02
616   1995-12-22T09:05:02 = 1995-12
617  -0010-09-15T04:44:23 = -010-09
618
619=head3 yyyyMMMM (MMMM y.)
620
621   2008-02-05T18:30:30 = februar 2008.
622   1995-12-22T09:05:02 = decembar 1995.
623  -0010-09-15T04:44:23 = septembar -10.
624
625=head2 Miscellaneous
626
627=head3 Prefers 24 hour time?
628
629Yes
630
631=head3 Local first day of the week
632
633ponedeljak
634
635
636=head1 SUPPORT
637
638See L<DateTime::Locale>.
639
640=head1 AUTHOR
641
642Dave Rolsky <autarch@urth.org>
643
644=head1 COPYRIGHT
645
646Copyright (c) 2008 David Rolsky. All rights reserved. This program is
647free software; you can redistribute it and/or modify it under the same
648terms as Perl itself.
649
650This module was generated from data provided by the CLDR project, see
651the LICENSE.cldr in this distribution for details on the CLDR data's
652license.
653
654=cut
655