We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8a045 commit d9e1057Copy full SHA for d9e1057
1 file changed
README.md
@@ -17,6 +17,15 @@ Python 3.6+.
17
$ pip install dateandtimeparser
18
```
19
20
+## Usage
21
+
22
+```python
23
+from dateandtimeparser import DateTimeParser as parser
24
25
+text = 'Today is 10/12/16 and tomorrow is January 01 2019.'
26
+dp = parser(text, start_year=2000, end_year=2020)
27
+```
28
29
## License
30
31
dateandtimeparser is distributed under the terms of the
0 commit comments