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