CityOfNewYork / CROL-Overview

City Record Online parsing libraries and supporting files
26 stars 14 forks source link

parse datetime from text fragments #37

Open cds-amal opened 9 years ago

cds-amal commented 9 years ago

We need a way to extract date/time from text fragments.

A skeleton and test harness was created to drive this requirement. See the tests in DateTime_test.py for functionality.

cds-amal commented 9 years ago

Utilize code from #22 ,which is an excellent starting point