20 November 2018
This fix allows "September-9 December 2017" to function
+74
Fix, so it doesn't register the (end) month as the (starting) year. [This fix gets situations like 26 November-4 December 2006 working]
+74
15 January 2018
This fixes problems with "October 2006-November 2007" and "October-November 2007", but, again, raises complexity (in the case of a date range with months and years included, anyway). Do we want to support these inputs?
+68
This does fix the "2006-2007" issue, but maybe makes it unnecessarily expensive? It only adds one layer of #explode, but not only to one specific scenario
+17
14 January 2018
no edit summary
+1
This is a far more elegant solution.
−164
annoyingly, I hadn't accounted for situations such as "2-3 December 2016" or even "2 - 3 December 2016". So it needs an additional layer of complexity within DMY - R, unfortunately. better than adding complexity at a higher level, where it'd affect @
+313
no edit summary
−6
no edit summary
−1
no edit summary
−1
finally accommodating for date ranges
+1,750