summaryrefslogtreecommitdiff
path: root/devel/py-parsedatetime/pkg-descr
blob: f4061bbf66511c4586b22405ecbd4c9f3f6a9016 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Python module that is able to parse 'human readable' date/time expressions.

parsedatetime is able to parse, for example, the following:

    * August 25th, 2008
    * 25 Aug 2008
    * Aug 25 5pm
    * 5pm August 25
    * next Saturday
    * tomorrow
    * next Thursday at 4pm
    * at 4pm
    * eod
    * tomorrow eod
    * eod Tuesday
    * eoy
    * eom
    * in 5 minutes
    * 5 minutes from now
    * 5 hours before now
    * 2 hours before noon
    * 2 days from tomorrow 

WWW:	http://code-bear.com/code/parsedatetime/