1DateTime::Format::FlexiUbsleer::Cloanntgr:i:bduet(e3d)PDeartleTDiomceu:m:eFnotramtaito:n:Flexible::lang::de(3)
2
3
4

NAME

6       DateTime::Format::Flexible::lang::de - german language plugin
7

DESCRIPTION

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            'Montag, 6. Dez 2010' ,
18            lang => ['de']
19        );
20        # $dt is now 2010-12-06T00: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       (Jan(:?uar)? => 1)
31
32   days
33       day name regular expressions along the the day numbers (Montag => 1)
34
35   day_numbers
36       maps day of month names to the corresponding numbers (erster => 01)
37
38   hours
39       maps hour names to numbers (Mittag => 12:00:00)
40
41   remove_strings
42       strings to remove from the date (um as in um Mitternacht)
43
44   parse_time
45       currently does nothing
46
47   string_dates
48       maps string names to real dates (jetzt => DateTime->now)
49
50   relative
51       parse relative dates (ago => vor, from => a jetzt, next => nachste,
52       last => letzten)
53
54   math_strings
55       useful strings when doing datetime math
56
57   timezone_map
58       maps unofficial timezones to official timezones for this language (MEZ
59       => Europe/Berlin)
60

AUTHOR

62           Mark Trettin <nulldevice.mark@gmx.de>
63
64           Based on DateTime::Format::Flexible::lang::en by
65           Tom Heady
66           CPAN ID: thinc
67           Punch, Inc.
68           cpan@punch.net
69           http://www.punch.net/
70
72       Copyright 2011 Mark Trettin.
73
74       This program is free software; you can redistribute it and/or modify it
75       under the terms of either:
76
77       •   the GNU General Public License as published by the Free
78               Software Foundation; either version 1, or (at your option) any
79               later version, or
80
81       •   the Artistic License version.
82

SEE ALSO

84       DateTime::Format::Flexible
85
86
87
88perl v5.36.0                      2022-0D7a-t2e2Time::Format::Flexible::lang::de(3)
Impressum