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