1DateTime::Locale::eu(3)User Contributed Perl DocumentatioDnateTime::Locale::eu(3)
2
3
4

NAME

6       DateTime::Locale::eu
7

SYNOPSIS

9         use DateTime;
10
11         my $dt = DateTime->now( locale => 'eu' );
12         print $dt->month_name();
13

DESCRIPTION

15       This is the DateTime locale package for Basque.
16

DATA

18       This locale inherits from the DateTime::Locale::root locale.
19
20       It contains the following data.
21
22   Days
23       Wide (format)
24
25         astelehena
26         asteartea
27         asteazkena
28         osteguna
29         ostirala
30         larunbata
31         igandea
32
33       Abbreviated (format)
34
35         al
36         as
37         az
38         og
39         or
40         lr
41         ig
42
43       Narrow (format)
44
45         2
46         3
47         4
48         5
49         6
50         7
51         1
52
53       Wide (stand-alone)
54
55         astelehena
56         asteartea
57         asteazkena
58         osteguna
59         ostirala
60         larunbata
61         igandea
62
63       Abbreviated (stand-alone)
64
65         al
66         as
67         az
68         og
69         or
70         lr
71         ig
72
73       Narrow (stand-alone)
74
75         2
76         3
77         4
78         5
79         6
80         7
81         1
82
83   Months
84       Wide (format)
85
86         urtarrila
87         otsaila
88         martxoa
89         apirila
90         maiatza
91         ekaina
92         uztaila
93         abuztua
94         iraila
95         urria
96         azaroa
97         abendua
98
99       Abbreviated (format)
100
101         urt
102         ots
103         mar
104         api
105         mai
106         eka
107         uzt
108         abu
109         ira
110         urr
111         aza
112         abe
113
114       Narrow (format)
115
116         U
117         O
118         M
119         A
120         M
121         E
122         U
123         A
124         I
125         U
126         A
127         A
128
129       Wide (stand-alone)
130
131         urtarrila
132         otsaila
133         martxoa
134         apirila
135         maiatza
136         ekaina
137         uztaila
138         abuztua
139         iraila
140         urria
141         azaroa
142         abendua
143
144       Abbreviated (stand-alone)
145
146         urt
147         ots
148         mar
149         api
150         mai
151         eka
152         uzt
153         abu
154         ira
155         urr
156         aza
157         abe
158
159       Narrow (stand-alone)
160
161         U
162         O
163         M
164         A
165         M
166         E
167         U
168         A
169         I
170         U
171         A
172         A
173
174   Quarters
175       Wide (format)
176
177         1. hiruhilekoa
178         2. hiruhilekoa
179         3. hiruhilekoa
180         4. hiruhilekoa
181
182       Abbreviated (format)
183
184         1Hh
185         2Hh
186         3Hh
187         4Hh
188
189       Narrow (format)
190
191         1
192         2
193         3
194         4
195
196       Wide (stand-alone)
197
198         1. hiruhilekoa
199         2. hiruhilekoa
200         3. hiruhilekoa
201         4. hiruhilekoa
202
203       Abbreviated (stand-alone)
204
205         1Hh
206         2Hh
207         3Hh
208         4Hh
209
210       Narrow (stand-alone)
211
212         1
213         2
214         3
215         4
216
217   Eras
218       Wide
219
220         BCE
221         CE
222
223       Abbreviated
224
225         BCE
226         CE
227
228       Narrow
229
230         BCE
231         CE
232
233   Date Formats
234       Full
235
236          2008-02-05T18:30:30 = asteartea, 2008eko otsailaren 05a
237          1995-12-22T09:05:02 = ostirala, 1995eko abenduaren 22a
238         -0010-09-15T04:44:23 = larunbata, -10eko irailaren 15a
239
240       Long
241
242          2008-02-05T18:30:30 = 2008eko otsren 05a
243          1995-12-22T09:05:02 = 1995eko aberen 22a
244         -0010-09-15T04:44:23 = -10eko iraren 15a
245
246       Medium
247
248          2008-02-05T18:30:30 = 2008 ots 5
249          1995-12-22T09:05:02 = 1995 abe 22
250         -0010-09-15T04:44:23 = -10 ira 15
251
252       Short
253
254          2008-02-05T18:30:30 = 2008-02-05
255          1995-12-22T09:05:02 = 1995-12-22
256         -0010-09-15T04:44:23 = -010-09-15
257
258       Default
259
260          2008-02-05T18:30:30 = 2008 ots 5
261          1995-12-22T09:05:02 = 1995 abe 22
262         -0010-09-15T04:44:23 = -10 ira 15
263
264   Time Formats
265       Full
266
267          2008-02-05T18:30:30 = 18:30:30 UTC
268          1995-12-22T09:05:02 = 09:05:02 UTC
269         -0010-09-15T04:44:23 = 04:44:23 UTC
270
271       Long
272
273          2008-02-05T18:30:30 = 18:30:30 UTC
274          1995-12-22T09:05:02 = 09:05:02 UTC
275         -0010-09-15T04:44:23 = 04:44:23 UTC
276
277       Medium
278
279          2008-02-05T18:30:30 = 18:30:30
280          1995-12-22T09:05:02 = 09:05:02
281         -0010-09-15T04:44:23 = 04:44:23
282
283       Short
284
285          2008-02-05T18:30:30 = 18:30
286          1995-12-22T09:05:02 = 09:05
287         -0010-09-15T04:44:23 = 04:44
288
289       Default
290
291          2008-02-05T18:30:30 = 18:30:30
292          1995-12-22T09:05:02 = 09:05:02
293         -0010-09-15T04:44:23 = 04:44:23
294
295   Datetime Formats
296       Full
297
298          2008-02-05T18:30:30 = asteartea, 2008eko otsailaren 05a 18:30:30 UTC
299          1995-12-22T09:05:02 = ostirala, 1995eko abenduaren 22a 09:05:02 UTC
300         -0010-09-15T04:44:23 = larunbata, -10eko irailaren 15a 04:44:23 UTC
301
302       Long
303
304          2008-02-05T18:30:30 = 2008eko otsren 05a 18:30:30 UTC
305          1995-12-22T09:05:02 = 1995eko aberen 22a 09:05:02 UTC
306         -0010-09-15T04:44:23 = -10eko iraren 15a 04:44:23 UTC
307
308       Medium
309
310          2008-02-05T18:30:30 = 2008 ots 5 18:30:30
311          1995-12-22T09:05:02 = 1995 abe 22 09:05:02
312         -0010-09-15T04:44:23 = -10 ira 15 04:44:23
313
314       Short
315
316          2008-02-05T18:30:30 = 2008-02-05 18:30
317          1995-12-22T09:05:02 = 1995-12-22 09:05
318         -0010-09-15T04:44:23 = -010-09-15 04:44
319
320       Default
321
322          2008-02-05T18:30:30 = 2008 ots 5 18:30:30
323          1995-12-22T09:05:02 = 1995 abe 22 09:05:02
324         -0010-09-15T04:44:23 = -10 ira 15 04:44:23
325
326   Available Formats
327       d (d)
328
329          2008-02-05T18:30:30 = 5
330          1995-12-22T09:05:02 = 22
331         -0010-09-15T04:44:23 = 15
332
333       EEEd (d EEE)
334
335          2008-02-05T18:30:30 = 5 as
336          1995-12-22T09:05:02 = 22 or
337         -0010-09-15T04:44:23 = 15 lr
338
339       Hm (H:mm)
340
341          2008-02-05T18:30:30 = 18:30
342          1995-12-22T09:05:02 = 9:05
343         -0010-09-15T04:44:23 = 4:44
344
345       hm (h:mm a)
346
347          2008-02-05T18:30:30 = 6:30 PM
348          1995-12-22T09:05:02 = 9:05 AM
349         -0010-09-15T04:44:23 = 4:44 AM
350
351       Hms (H:mm:ss)
352
353          2008-02-05T18:30:30 = 18:30:30
354          1995-12-22T09:05:02 = 9:05:02
355         -0010-09-15T04:44:23 = 4:44:23
356
357       hms (h:mm:ss a)
358
359          2008-02-05T18:30:30 = 6:30:30 PM
360          1995-12-22T09:05:02 = 9:05:02 AM
361         -0010-09-15T04:44:23 = 4:44:23 AM
362
363       M (L)
364
365          2008-02-05T18:30:30 = 2
366          1995-12-22T09:05:02 = 12
367         -0010-09-15T04:44:23 = 9
368
369       Md (M-d)
370
371          2008-02-05T18:30:30 = 2-5
372          1995-12-22T09:05:02 = 12-22
373         -0010-09-15T04:44:23 = 9-15
374
375       MEd (E, M-d)
376
377          2008-02-05T18:30:30 = as, 2-5
378          1995-12-22T09:05:02 = or, 12-22
379         -0010-09-15T04:44:23 = lr, 9-15
380
381       MMM (LLL)
382
383          2008-02-05T18:30:30 = ots
384          1995-12-22T09:05:02 = abe
385         -0010-09-15T04:44:23 = ira
386
387       MMMd (MMM d)
388
389          2008-02-05T18:30:30 = ots 5
390          1995-12-22T09:05:02 = abe 22
391         -0010-09-15T04:44:23 = ira 15
392
393       MMMEd (E MMM d)
394
395          2008-02-05T18:30:30 = as ots 5
396          1995-12-22T09:05:02 = or abe 22
397         -0010-09-15T04:44:23 = lr ira 15
398
399       MMMMd (MMMM d)
400
401          2008-02-05T18:30:30 = otsaila 5
402          1995-12-22T09:05:02 = abendua 22
403         -0010-09-15T04:44:23 = iraila 15
404
405       MMMMEd (E MMMM d)
406
407          2008-02-05T18:30:30 = as otsaila 5
408          1995-12-22T09:05:02 = or abendua 22
409         -0010-09-15T04:44:23 = lr iraila 15
410
411       ms (mm:ss)
412
413          2008-02-05T18:30:30 = 30:30
414          1995-12-22T09:05:02 = 05:02
415         -0010-09-15T04:44:23 = 44:23
416
417       y (y)
418
419          2008-02-05T18:30:30 = 2008
420          1995-12-22T09:05:02 = 1995
421         -0010-09-15T04:44:23 = -10
422
423       yM (y-M)
424
425          2008-02-05T18:30:30 = 2008-2
426          1995-12-22T09:05:02 = 1995-12
427         -0010-09-15T04:44:23 = -10-9
428
429       yMEd (EEE, y-M-d)
430
431          2008-02-05T18:30:30 = as, 2008-2-5
432          1995-12-22T09:05:02 = or, 1995-12-22
433         -0010-09-15T04:44:23 = lr, -10-9-15
434
435       yMMM (y MMM)
436
437          2008-02-05T18:30:30 = 2008 ots
438          1995-12-22T09:05:02 = 1995 abe
439         -0010-09-15T04:44:23 = -10 ira
440
441       yMMMEd (EEE, y MMM d)
442
443          2008-02-05T18:30:30 = as, 2008 ots 5
444          1995-12-22T09:05:02 = or, 1995 abe 22
445         -0010-09-15T04:44:23 = lr, -10 ira 15
446
447       yMMMM (y MMMM)
448
449          2008-02-05T18:30:30 = 2008 otsaila
450          1995-12-22T09:05:02 = 1995 abendua
451         -0010-09-15T04:44:23 = -10 iraila
452
453       yQ (y Q)
454
455          2008-02-05T18:30:30 = 2008 1
456          1995-12-22T09:05:02 = 1995 4
457         -0010-09-15T04:44:23 = -10 3
458
459       yQQQ (y QQQ)
460
461          2008-02-05T18:30:30 = 2008 1Hh
462          1995-12-22T09:05:02 = 1995 4Hh
463         -0010-09-15T04:44:23 = -10 3Hh
464
465       yyQ (Q yy)
466
467          2008-02-05T18:30:30 = 1 08
468          1995-12-22T09:05:02 = 4 95
469         -0010-09-15T04:44:23 = 3 -10
470
471   Miscellaneous
472       Prefers 24 hour time?
473
474       Yes
475
476       Local first day of the week
477
478       astelehena
479

SUPPORT

481       See DateTime::Locale.
482

AUTHOR

484       Dave Rolsky <autarch@urth.org>
485
487       Copyright (c) 2008 David Rolsky. All rights reserved. This program is
488       free software; you can redistribute it and/or modify it under the same
489       terms as Perl itself.
490
491       This module was generated from data provided by the CLDR project, see
492       the LICENSE.cldr in this distribution for details on the CLDR data's
493       license.
494
495
496
497perl v5.16.3                      2014-06-10           DateTime::Locale::eu(3)
Impressum