Scroll to navigation

DATEPARSE(1) User Contributed Perl Documentation DATEPARSE(1)

NAME

dateparse - frontend to DateTime::Format::Natural

SYNOPSIS

 Usage: dateparse [switches]
   -c, --calendar_class=<class>      calendar class
   -d, --datetime=<string>           datetime string *
   -e, --extract                     extract expressions
   -f, --format=<format>             format of numeric dates
   -h, --help                        this help screen
   -l, --lang=<code>                 language code
   -p, --prefer_future               prefer future dates
   -P, --demand_future               demand future dates
   -s, --supported                   list of supported languages
   -t, --time_zone=<string>          time zone string
   -T, --trace                       print trace after processing
   -V, --version                     print version

* The date must conform to YYYY-MM-DD and the time to hh:mm:ss(.ms). Valid datetime strings consist of either date, date/time or time.

AUTHOR

Steven Schubiger <schubiger@cpan.org>

LICENSE

This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself.

See <http://dev.perl.org/licenses/>

2026-06-08 perl v5.44.0