1DateTime::Format::FlexiUbsleer::Cloanntgr:i:beust(e3d)PDeartleTDiomceu:m:eFnotramtaito:n:Flexible::lang::es(3)
2
3
4
6 DateTime::Format::Flexible::lang::es - spanish language plugin
7
9 You should not need to use this module directly.
10
11 If you only want to use one language, specify the lang property when
12 parsing a date.
13
14 example:
15
16 my $dt = DateTime::Format::Flexible->parse_datetime(
17 '29 de febrero de 1996' ,
18 lang => ['es']
19 );
20 # $dt is now 1996-02-29T00:00:00
21
22 Note that this is not required, by default ALL languages are scanned
23 when trying to parse a date.
24
25 new
26 Instantiate a new instance of this module.
27
28 months
29 month name regular expressions along with the month numbers
30 (enero|enro|eno => 1)
31
32 days
33 day name regular expressions along the the day numbers (lunes => 1)
34
35 day_numbers
36 maps day of month names to the corresponding numbers (primero => 01)
37
38 hours
39 maps hour names to numbers (ediodia => 12:00:00)
40
41 remove_strings
42 strings to remove from the date (de as in cinco de mayo)
43
44 parse_time
45 currently does nothing
46
47 string_dates
48 maps string names to real dates (ahora => DateTime->now)
49
50 math_strings
51 useful strings when doing datetime math
52
53 timezone_map
54 maps unofficial timezones to official timezones for this language (PDT
55 => America/Tijuana)
56
58 Tom Heady
59 CPAN ID: thinc
60 Punch, Inc.
61 cpan@punch.net
62 http://www.punch.net/
63
65 Copyright 2010 Tom Heady.
66
67 This program is free software; you can redistribute it and/or
68 modify it under the terms of either:
69
70 · the GNU General Public License as published by the Free
71 Software Foundation; either version 1, or (at your option) any
72 later version, or
73
74 · the Artistic License version 2.0.
75
77 DateTime::Format::Flexible
78
79
80
81perl v5.12.0 2010-0D3a-t1e0Time::Format::Flexible::lang::es(3)