comtravo / ctparse

Parse natural language time expressions in python
https://www.comtravo.com
MIT License
131 stars 23 forks source link

extend ruleDDMM and ruleDDMMYYYY to also accept named months #46

Closed sebastianmika closed 6 years ago

sebastianmika commented 6 years ago

extend ruleDDMM and ruleDDMMYYYY to also accept named months (as e.g. in 26/Nov/2016)

raise a ValueError when calling Time.dt on an object that does not have at least year, month and day set

closes #45