Pass only date string to the parser
d-Rickyy-b opened this issue · 0 comments
d-Rickyy-b commented
Currently a date string passed to a parser looks like this: 15.11.2017 Mittwoch, Woche A
. Parsing the date works fine, because the parser matches on the first chars containing the date. Encapsulating it, would be better. Especially because so I can get the A/B week - compare with #10