cutright / IMRT-QA-Data-Miner

Scans a directory for IMRT QA results
MIT License
13 stars 5 forks source link

Add option to assume day first for ambiguous dates #19

Closed mchamberland closed 1 year ago

mchamberland commented 4 years ago

dateutil.parser has a dayfirst keyword argument that will assume day first for ambiguous dates (e.g, 3/2/2020). We should allow the user to set this to True, if desired.