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 -P, --demand_future demand future dates
17 -s, --supported list of supported languages
18 -t, --time_zone=<string> time zone string
19 -T, --trace print trace after processing
20 -V, --version print version
21
22 * The date must conform to YYYY-MM-DD and the time to hh:mm:ss(.ms).
23 Valid datetime strings consist of either date, date/time or time.
24
26 Steven Schubiger <schubiger@cpan.org>
27
29 This program is free software; you may redistribute it and/or modify it
30 under the same terms as Perl itself.
31
32 See <http://dev.perl.org/licenses/>
33
34
35
36perl v5.38.0 2023-07-20 DATEPARSE(1)