What I'm looking for is something that can translate 'tomorrow at 6am' or 'next moday at noon' to the appropriate datetime objects.
|
feedback
|
|
parsedatetime - Python module that is able to parse 'human readable' date/time expressions. | |||
|
feedback
|
|
See what you think of this example from the pyparsing wiki. It handles the following test cases:
| ||||
|
feedback
|