1DATEPARSE(1) User Contributed Perl Documentation DATEPARSE(1)
2
3
4
6 dateparse - frontend to DateTime::Format::Natural
7
9 Usage: dateparse [switches]
10 -d, --datetime=<string> datetime string *
11 -e, --extract extract expressions
12 -f, --format=<format> format of numeric dates
13 -h, --help this help screen
14 -l, --lang=<code> language code
15 -p, --prefer_future prefer future dates
16 -s, --supported list of supported languages
17 -t, --time_zone=<string> time zone string
18 -T, --trace print trace after processing
19 -V, --version print version
20
21 * The date must conform to YYYY-MM-DD and the time to hh:mm:ss. Valid
22 datetime strings consist of either date, date/time or time.
23
25 Steven Schubiger <schubiger@cpan.org>
26
28 This program is free software; you may redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31 See <http://dev.perl.org/licenses/>
32
33
34
35perl v5.30.1 2020-01-29 DATEPARSE(1)